Skip to content

Commit

Permalink
Merge pull request #88 from planetlabs/koobz/tune-golangci-lint
Browse files Browse the repository at this point in the history
tune golang-ci lint for travis
  • Loading branch information
jacobstr authored Aug 28, 2020
2 parents fca8219 + 6c0e748 commit cbce4e3
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 @@ -19,7 +19,7 @@ jobs:
install:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
script:
- ./bin/golangci-lint run --timeout 5m --exclude "\.pb.*\.go" --exclude "_strings\.go" --exclude "_test\.go" --exclude "not checked.+Close" ./...
- GOGC=10 ./bin/golangci-lint run -j 4 --timeout 5m --exclude "\.pb.*\.go" --exclude "_strings\.go" --exclude "_test\.go" --exclude "not checked.+Close" ./...
- stage: test
name: helm check
install:
Expand Down

0 comments on commit cbce4e3

Please sign in to comment.