Skip to content

Commit 2113550

Browse files
authored
chore: FIx golangci linters (#446)
1 parent 13c4fb0 commit 2113550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
issues:
2-
max-per-linter: 0
2+
max-issues-per-linter: 0
33
max-same-issues: 0
44

55
linters:
@@ -26,4 +26,4 @@ linters:
2626

2727
run:
2828
# Prevent false positive timeouts in CI
29-
timeout: 5m
29+
timeout: 5m

0 commit comments

Comments
 (0)