Skip to content

Commit

Permalink
travis: Disable min confidence for golint as it now fully passes.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Luzzardi <[email protected]>
  • Loading branch information
aluzzardi committed Apr 15, 2015
1 parent 2bfe3a6 commit 643d47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ script:
- script/validate-dco
- script/validate-gofmt
- go vet ./...
- fgt golint -min_confidence=0.9 ./...
- fgt golint ./...
- go test -v -race ./...
- script/coverage

0 comments on commit 643d47b

Please sign in to comment.