From b5fcd19b1f6e4e42c62d46d130a7c00e9f2ea5ed Mon Sep 17 00:00:00 2001
From: Grigoris Pavlakis <gregory.pavlakis@gmail.com>
Date: Tue, 2 Apr 2019 04:53:58 +0000
Subject: [PATCH] Suppress rules 3.1, 5.1, 5.2, 14.4 and 18.8 of the MISRA C
 2012 standard

---
 ci/cppcheck-misra.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/cppcheck-misra.sh b/ci/cppcheck-misra.sh
index e53877bc..4579e0a0 100755
--- a/ci/cppcheck-misra.sh
+++ b/ci/cppcheck-misra.sh
@@ -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
 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 
 
-- 
GitLab