Skip to content

Commit

Permalink
Disable lint to avoid rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
dmar42 committed Apr 12, 2019
1 parent 73142e9 commit 122b9fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ go:
# of that when using modules.
install: true

before_script:
- go get github.com/golangci/golangci-lint/cmd/[email protected]
# TODO(dmar): Disabling this for now, to avoid hitting Google rate limits
# while evaluating auth solutions.
# before_script:
# - go get github.com/golangci/golangci-lint/cmd/[email protected]

script:
- golangci-lint run
# - golangci-lint run
- diff -u <(echo -n) <(gofmt -d ./)
- go build
- go test -v -race ./...

0 comments on commit 122b9fe

Please sign in to comment.