1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-05 10:14:07 +02:00

Add package comments

This commit is contained in:
Alexandre Iooss
2020-10-09 22:36:02 +02:00
parent 473e80c5eb
commit 87d2992bdf
13 changed files with 16 additions and 3 deletions

View File

@ -16,5 +16,5 @@ linters:
stage: quality-assurance
script:
- go get -u golang.org/x/lint/golint
- golint -min_confidence 0.3 -set_exit_status ./...
- golint -min_confidence 0.2 -set_exit_status ./...
allow_failure: true