diff --git a/ci/cppcheck-misra.sh b/ci/cppcheck-misra.sh
index e53877bcf20101b862278c41fab758aec5712f42..4579e0a017a46d4e1b568a57d28eb4de4956df13 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