Disable allow-failure for linting pipeline

Now that all linting issues are fixed, we disable allow-failure for
the linting step to ensure that later commits adhere to the linter.
This commit is contained in:
sirkrypt0
2021-07-09 09:33:49 +02:00
parent c7606f3d5f
commit d7c1787b57

View File

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