Skip to content

Commit 6c6aa7d

Browse files
committed
Suppress Cppcheck report
Change-Id: I4e5fa6178f099962d93501721a3eb7d0e3a04509
1 parent e62fc29 commit 6c6aa7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pre-commit.hook

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ done
88
# We suppress the checkLevelNormal warning for Cppcheck versions 2.11 and above.
99
# Please refer to issues/153 for more details.
1010
CPPCHECK_suppresses="--inline-suppr harness.c \
11+
--suppress=checkersReport \
1112
--suppress=unmatchedSuppression \
1213
--suppress=normalCheckLevelMaxBranches \
1314
--suppress=missingIncludeSystem \

0 commit comments

Comments
 (0)