Skip to content

Commit 12fcce9

Browse files
committed
Configure timeout of golangci-lint
1 parent e41f14f commit 12fcce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ issues:
44
- convert_assign_test.go
55
# We import some code from Go standard library. They are not compliant
66
# with golangci-lint rules.
7+
run:
8+
timeout: 10m

0 commit comments

Comments
 (0)