From 8b3924fbfc070f800fc4a3ba83ecbebb8f43ee78 Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Tue, 5 Nov 2019 10:57:34 +0100 Subject: [PATCH] update error code --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af575ea..d8a02bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,4 +48,4 @@ cppcheck: - shell # spaceti-runner server has running runners and one has tag 'hw' allow_failure: true script: # run in bash - - cppcheck src --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i build --error-exitcode=1 + - cppcheck src --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i build --error-exitcode=100