forked from ondra/server-sdk
removed allow failure for cppcheck
This commit is contained in:
parent
8b3924fbfc
commit
b36238fc6d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user