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 authored and tekton-robot committed Dec 10, 2019
1 parent 00f8ce2 commit 89a9ca0
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 89a9ca0

Please sign in to comment.