We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01072be commit c597dccCopy full SHA for c597dcc
VERSION
@@ -1 +1 @@
1
-v1.4.0
+v1.4.1
tests/misra/test_misra.sh
@@ -15,7 +15,7 @@ tests/misra/cppcheck/cppcheck -DPANDA -UPEDAL -DCAN3 -DUID_BASE -DEON \
15
--dump --enable=all --inline-suppr --force \
16
board/main.c 2>/tmp/misra/cppcheck_output.txt
17
18
-python tests/misra/cppcheck/addons/misra.py board/main.c.dump 2> /tmp/misra/misra_output.txt
+python tests/misra/cppcheck/addons/misra.py board/main.c.dump 2> /tmp/misra/misra_output.txt || true
19
20
# strip (information) lines
21
cppcheck_output=$( cat /tmp/misra/cppcheck_output.txt | grep -v "(information) " ) || true
0 commit comments