Skip to content

Commit 3b5561f

Browse files
committed
fix golang ci arg
Signed-off-by: abushwang <[email protected]>
1 parent 3fae33b commit 3b5561f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ linters:
1515
- errcheck
1616

1717
run:
18-
deadline: 4m
18+
timeout: 5m
1919
skip-dirs:
2020
- misc
21+
issues:
22+
exclude-dirs:
23+
- misc

0 commit comments

Comments
 (0)