Skip to content

Commit

Permalink
make golint more confident
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Sep 27, 2018
1 parent 9ecff9b commit ba75359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ tests:
commands: IS_CONTAINER=TRUE ./hack/go-vet.sh ./...
from: src
- as: golint
commands: IS_CONTAINER=TRUE ./hack/go-lint.sh $(go list -f '{{ .ImportPath }}' ./...)
commands: IS_CONTAINER=TRUE ./hack/go-lint.sh -min_confidence 0.3 $(go list -f '{{ .ImportPath }}' ./...)
from: src
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ tests:
commands: IS_CONTAINER=TRUE ./hack/go-vet.sh ./...
from: src
- as: golint
commands: IS_CONTAINER=TRUE ./hack/go-lint.sh $(go list -f '{{ .ImportPath }}' ./...)
commands: IS_CONTAINER=TRUE ./hack/go-lint.sh -min_confidence 0.3 $(go list -f '{{ .ImportPath }}' ./...)
from: src
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ tests:
commands: IS_CONTAINER=TRUE ./hack/go-vet.sh ./...
from: src
- as: golint
commands: IS_CONTAINER=TRUE ./hack/go-lint.sh $(go list -f '{{ .ImportPath }}' ./...)
commands: IS_CONTAINER=TRUE ./hack/go-lint.sh -min_confidence 0.3 $(go list -f '{{ .ImportPath }}' ./...)
from: src

0 comments on commit ba75359

Please sign in to comment.