Skip to content

Commit

Permalink
Increase the linter timeout to 5m
Browse files Browse the repository at this point in the history
Setting the linter timeout to 5m in .golangci.yaml so that it's
picked up by the linter executed in the release pipeline.
  • Loading branch information
afrittoli committed Dec 10, 2019
1 parent 2775416 commit 1ec1058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ run:
skip-dirs:
- vendor
- pkg/client/clientset/(.*)/fake
timeout: 5m
linters-settings:
errcheck:
exclude: .errcheck.txt
Expand Down

0 comments on commit 1ec1058

Please sign in to comment.