stricter misra config check - prevent quiet bail out

This commit is contained in:
dzid26 2024-09-05 21:49:30 -07:00
parent 93776fd5bf
commit 6f0d1efbd9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ cppcheck() {
-I "$(arm-none-eabi-gcc -print-file-name=include)" \
-I $PANDA_DIR/board/stm32f4/inc/ -I $PANDA_DIR/board/stm32h7/inc/ \
--suppressions-list=$DIR/suppressions.txt --suppress=*:*inc/* \
--suppress=*:*include/* --error-exitcode=2 --check-level=exhaustive \
--suppress=*:*include/* --error-exitcode=2 --check-level=exhaustive --safety \
--platform=arm32-wchar_t4 $COMMON_DEFINES --checkers-report=$CHECKLIST.tmp \
--std=c11 "$@" |& tee $OUTPUT