Skip to content
Snippets Groups Projects
Commit b5fcd19b authored by Grigoris Pavlakis's avatar Grigoris Pavlakis Committed by kongr45gpen
Browse files

Suppress rules 3.1, 5.1, 5.2, 14.4 and 18.8 of the MISRA C 2012 standard

parent bc720305
No related branches found
No related tags found
No related merge requests found
...@@ -26,5 +26,5 @@ sed -i -r 's/(.*Script.*)|(.*Checking.*)|(.*MISRA.*)//gm; /(^$)/d; s/(\s\(.*\)\s ...@@ -26,5 +26,5 @@ sed -i -r 's/(.*Script.*)|(.*Checking.*)|(.*MISRA.*)//gm; /(^$)/d; s/(\s\(.*\)\s
# run the summarizer for a nice, clean summary of errors # run the summarizer for a nice, clean summary of errors
echo -e "\u001b[34;1mSummarizing results...\u001b[0m" echo -e "\u001b[34;1mSummarizing results...\u001b[0m"
python3.6 ci/summarizer.py --report ci/report.msr --suppress 5.2 5.3 12.1 15.5 # these are random, will be replaced python3.6 ci/summarizer.py --report ci/report.msr --suppress 3.1 5.1 5.2 14.4 18.8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment