From 4d9f7d8dab2f3bbf640899a9aa3c398904a267b7 Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <gregory.pavlakis@gmail.com> Date: Tue, 2 Apr 2019 05:54:01 +0000 Subject: [PATCH] Disable the summarizer to figure out whether the regex needs updating --- ci/cppcheck-misra.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/cppcheck-misra.sh b/ci/cppcheck-misra.sh index 077b5e0d..c60eba6f 100755 --- a/ci/cppcheck-misra.sh +++ b/ci/cppcheck-misra.sh @@ -26,5 +26,6 @@ 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 ci/summarizer.py --report ci/report.msr --suppress 3.1 5.1 5.2 14.4 18.8 +# python3 ci/summarizer.py --report ci/report.msr --suppress 3.1 5.1 5.2 14.4 18.8 +cat ci/report.msr -- GitLab