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.
2 parents 3aa0d55 + cec5179 commit 39c85e9Copy full SHA for 39c85e9
scripts/pre-commit.hook
@@ -5,6 +5,8 @@ for f in *.c; do
5
CPPCHECK_unmatched="$CPPCHECK_unmatched --suppress=unmatchedSuppression:$f"
6
done
7
8
+# We suppress the checkLevelNormal warning for Cppcheck versions 2.11 and above.
9
+# Please refer to issues/153 for more details.
10
CPPCHECK_suppresses="--inline-suppr harness.c \
11
--suppress=missingIncludeSystem \
12
--suppress=noValidConfiguration \
0 commit comments