Allow lint step to fail
This way we can use the linter in all branches already and gradually adjust our code to the new linter.
This commit is contained in:

committed by
Tobias Kantusch

parent
ea7eff0062
commit
52636b04cf
@ -37,6 +37,7 @@ golangci-lint:
|
||||
image: golangci/golangci-lint:latest
|
||||
script:
|
||||
- make golangci-lint
|
||||
allow_failure: true
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
Reference in New Issue
Block a user