Skip to content

Commit 191f50d

Browse files
committed
Increase golangci-lint's timeout
The default timeout is 1m, and we are constantly exceeding Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 5322108 commit 191f50d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
run:
2+
timeout: 5m
3+
14
linters:
25
disable-all: true
36
enable:

0 commit comments

Comments
 (0)