MISRA script updates

This commit is contained in:
Josh Stewart 2017-06-16 15:37:49 +10:00
parent d0ffbb20f8
commit 8eae6022cf
1 changed files with 2 additions and 0 deletions

View File

@ -9,7 +9,9 @@ done
mv speeduino/speeduino/*.dump ./
python cppcheck/addons/misra.py *.dump 2> results.txt
rm *.dump
cat results.txt
# wc -l results.txt
errors=`wc -l < results.txt | tr -d ' '`