Skip to content

Commit

Permalink
Merge pull request #17 from blueskyson/fix-issue-16
Browse files Browse the repository at this point in the history
Suppress cppcheck warning
  • Loading branch information
jserv authored Jul 23, 2024
2 parents d09711e + 4847d1c commit fe8d301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pre-commit.hook
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CPPCHECK_suppresses=" \
--suppress=missingIncludeSystem \
--suppress=noValidConfiguration:fibdrv.c \
--suppress=unusedFunction:fibdrv.c \
--suppress=constParameterCallback:fibdrv.c \
"
CPPCHECK_OPTS="-I. --enable=all --error-exitcode=1 --force $CPPCHECK_suppresses $CPPCHECK_unmatched ."

Expand Down

0 comments on commit fe8d301

Please sign in to comment.