Skip to content

Commit 0c4cb08

Browse files
authored
1 parent 664cccb commit 0c4cb08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.golangci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ linters:
2222
- unconvert
2323
- unparam
2424
- unused
25-
- vet
25+
- vet
26+
27+
run:
28+
# Prevent false positive timeouts in CI
29+
timeout: 5m

0 commit comments

Comments
 (0)