We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5571778 commit 7a34afbCopy full SHA for 7a34afb
Makefile
@@ -103,7 +103,8 @@ format:
103
.PHONY: cppcheck misra
104
cppcheck:
105
$(call colorecho,'Checking code with cppcheck')
106
- @cppcheck --error-exitcode=1 Bootloader -DSECURED
+ @cppcheck --error-exitcode=1 Bootloader -DSECURED \
107
+ -i Bootloader/Utility
108
109
misra:
110
$(call colorecho,'Checking MISRA C:2012 with cppcheck')
0 commit comments