We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8101397 commit 49e108fCopy full SHA for 49e108f
run_tests.sh
@@ -23,7 +23,7 @@ elif [ "$CHECK_CODE" = "cppcheck" ]; then
23
--suppress=uselessAssignmentPtrArg \
24
--suppress=literalWithCharPtrCompare \
25
--suppress=incorrectStringBooleanError \
26
- --std=c99 *.c *.h 2> cppcheck.log
+ --std=c99 src/*.c src/*.h 2> cppcheck.log
27
28
if [ -s cppcheck.log ]; then
29
cat cppcheck.log
0 commit comments