Skip to content

Commit 60e6b6e

Browse files
committed
build: set exhaustive check level for cppcheck
1 parent 06a379c commit 60e6b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make/lib/lint/c/cppcheck.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ CPPCHECK_FLAGS ?= \
4242
--language=c \
4343
--error-exitcode=1 \
4444
--inline-suppr \
45+
--check-level=exhaustive \
4546
--quiet
4647

4748

0 commit comments

Comments
 (0)