Skip to content

Commit 88f41e3

Browse files
committed
Fix golangci config
1 parent f00bc29 commit 88f41e3

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
@@ -14,8 +14,8 @@ linters-settings:
1414
misspell:
1515
locale: US
1616
issues:
17-
max-same: 0
18-
max-per-linter: 0
17+
max-same-issues: 0
18+
max-issues-per-linter: 0
1919
exclude-use-default: false
2020
exclude:
2121
# gosec: Duplicated errcheck checks

0 commit comments

Comments
 (0)