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:
@ -37,7 +37,6 @@ golangci-lint:
|
||||
image: golangci/golangci-lint:latest
|
||||
script:
|
||||
- make golangci-lint
|
||||
allow_failure: true
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
Reference in New Issue
Block a user