Skip to content

Commit

Permalink
Turning back Misra check: unvoluntarily change
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Jul 9, 2019
1 parent fcb1208 commit 04756a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/misra/test_misra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ cd ../../../


printf "\nPANDA CODE\n"
#tests/misra/cppcheck/cppcheck -DPANDA -UPEDAL -DCAN3 -DUID_BASE \
# --suppressions-list=tests/misra/suppressions.txt \
# --dump --enable=all --inline-suppr --force \
# board/main.c 2>/tmp/misra/cppcheck_output.txt
tests/misra/cppcheck/cppcheck -DPANDA -UPEDAL -DCAN3 -DUID_BASE \
--suppressions-list=tests/misra/suppressions.txt \
--dump --enable=all --inline-suppr --force \
board/main.c 2>/tmp/misra/cppcheck_output.txt

python tests/misra/cppcheck/addons/misra.py board/main.c.dump 2>/tmp/misra/misra_output.txt

Expand Down

0 comments on commit 04756a0

Please sign in to comment.