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:
sirkrypt0
2021-05-25 09:35:01 +02:00
committed by Tobias Kantusch
parent ea7eff0062
commit 52636b04cf

View File

@ -37,6 +37,7 @@ golangci-lint:
image: golangci/golangci-lint:latest
script:
- make golangci-lint
allow_failure: true
test:
stage: test