mirror of https://github.com/commaai/panda.git
stricter misra config check - prevent quiet bail out
This commit is contained in:
parent
93776fd5bf
commit
6f0d1efbd9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue