1
0
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:
Yohann D'ANELLO
2020-09-27 21:31:35 +02:00
parent 8b8b99c6ae
commit ac1e9fdc88
3 changed files with 4 additions and 3 deletions

View File

@ -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