Skip to content

Commit 7a34afb

Browse files
committed
makefile: exclude IMUtility from cppcheck
1 parent 5571778 commit 7a34afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ format:
103103
.PHONY: cppcheck misra
104104
cppcheck:
105105
$(call colorecho,'Checking code with cppcheck')
106-
@cppcheck --error-exitcode=1 Bootloader -DSECURED
106+
@cppcheck --error-exitcode=1 Bootloader -DSECURED \
107+
-i Bootloader/Utility
107108

108109
misra:
109110
$(call colorecho,'Checking MISRA C:2012 with cppcheck')

0 commit comments

Comments
 (0)