Skip to content

Commit

Permalink
Merge pull request #1745 from paulfantom/confidence
Browse files Browse the repository at this point in the history
make golint more confident
  • Loading branch information
openshift-merge-robot authored Sep 27, 2018
2 parents 059d91a + ba75359 commit 3fc5496
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 3fc5496

Please sign in to comment.