From 2b3cadc03b5fc897df45a454dc1aeae81b17db86 Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <grigpavl@ece.auth.gr> Date: Sat, 30 Mar 2019 01:56:19 +0200 Subject: [PATCH] Fix broken bash script and remove helit tags to test on gitlab runners Change color of suppressed rule display Revert "Change color of suppressed rule display" This reverts commit 28e342e5ecbf914f04cca166781872e740d741de. --- .gitlab-ci.yml | 4 ---- ci/cppcheck-misra.sh | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f64fcfa..fa7b17be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,8 +43,6 @@ cppcheck: - cppcheck --version script: - ci/cppcheck.sh - tags: - - helit cppcheck-misra: stage: build @@ -55,8 +53,6 @@ cppcheck-misra: - cppcheck --version script: - ci/cppcheck-misra.sh - tags: - - helit vera: stage: build diff --git a/ci/cppcheck-misra.sh b/ci/cppcheck-misra.sh index 6f9f2197..e53877bc 100755 --- a/ci/cppcheck-misra.sh +++ b/ci/cppcheck-misra.sh @@ -26,4 +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" -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 5.2 5.3 12.1 15.5 # these are random, will be replaced + -- GitLab