mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-07-06 20:34:01 +02:00
💚 Linting should not fail the CI
This commit is contained in:
@ -17,4 +17,5 @@ linters:
|
||||
stage: quality-assurance
|
||||
script:
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- golint -min_confidence 0 -set_exit_status ./...
|
||||
- golint -min_confidence 0.3 -set_exit_status ./...
|
||||
allow_failure: true
|
||||
|
Reference in New Issue
Block a user