MISRA script updates
This commit is contained in:
parent
d0ffbb20f8
commit
8eae6022cf
|
@ -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 ' '`
|
||||
|
|
Loading…
Reference in New Issue