From 1dcb76c898f4e1ad55e0c0abb280d8f06ba4ff13 Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Tue, 5 Nov 2019 10:52:27 +0100 Subject: [PATCH] cppcheck: suppressing missingIncludeSystem --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cb6736..af575ea 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=unusedFunction --enable=all -i build --error-exitcode=1 + - cppcheck src --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i build --error-exitcode=1