Skip to content

Commit 89a9ca0

Browse files
afrittolitekton-robot
authored andcommitted
Increase the linter timeout to 5m
Setting the linter timeout to 5m in .golangci.yaml so that it's picked up by the linter executed in the release pipeline.
1 parent 00f8ce2 commit 89a9ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ run:
44
skip-dirs:
55
- vendor
66
- pkg/client/clientset/(.*)/fake
7+
timeout: 5m
78
linters-settings:
89
errcheck:
910
exclude: .errcheck.txt

0 commit comments

Comments
 (0)