From b36238fc6dc08c388bd5b7b5a2e7091cf1afe255 Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Tue, 5 Nov 2019 11:52:42 +0100 Subject: [PATCH] removed allow failure for cppcheck --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8a02bc..da7ff1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,6 @@ cppcheck: stage: test # in what stage it will run ( 1. build then test etc ) tags: # Tags are used to choose correct gitlab-runner - shell # spaceti-runner server has running runners and one has tag 'hw' - allow_failure: true + # allow_failure: true script: # run in bash - cppcheck src --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i build --error-exitcode=100