Skip to content

Commit

Permalink
Merge pull request #163 from 25077667/master
Browse files Browse the repository at this point in the history
Suppress Cppcheck checking level
  • Loading branch information
jserv authored Feb 29, 2024
2 parents 3aa0d55 + cec5179 commit 39c85e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pre-commit.hook
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ for f in *.c; do
CPPCHECK_unmatched="$CPPCHECK_unmatched --suppress=unmatchedSuppression:$f"
done

# We suppress the checkLevelNormal warning for Cppcheck versions 2.11 and above.
# Please refer to issues/153 for more details.
CPPCHECK_suppresses="--inline-suppr harness.c \
--suppress=missingIncludeSystem \
--suppress=noValidConfiguration \
Expand Down

0 comments on commit 39c85e9

Please sign in to comment.