Skip to content

Commit

Permalink
Open the whole package to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jul 10, 2018
1 parent 7ce27e4 commit 2f18d56
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 @@ -13,7 +13,7 @@ script:
- test -z $(gofmt -s -l .)
- go test -v -tags ci -race -covermode=atomic -coverprofile=coverage.out ./...
- go vet -tags ci ./...
- golint -set_exit_status $(go list -tags ci ./api/... ./examples/...)
- golint -set_exit_status $(go list -tags ci)
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

notifications:
Expand Down

0 comments on commit 2f18d56

Please sign in to comment.