Suppress error for clang addon
Compare changes
- Vivek Dutta authored
cppcheck clang is an experimental addition, which got crashed randomly for now skipping error from cppcheck clang validator
@@ -28,6 +28,7 @@ generate_compilation_db()
@@ -28,6 +28,7 @@ generate_compilation_db()
@@ -47,7 +48,11 @@ run_cppcheck_validation()
@@ -47,7 +48,11 @@ run_cppcheck_validation()
exec_cmd cppcheck --error-exitcode=1 --clang -i ./test --inline-suppr ${CPPCHECK_OPTIONS} --project=compile_commands.json