removed allow failure for cppcheck

This commit is contained in:
Filip Bucek 2019-11-05 11:52:42 +01:00
parent 8b3924fbfc
commit b36238fc6d

View File

@ -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