Skip to content

Commit a4284dc

Browse files
committed
test fixed
1 parent c28aada commit a4284dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ linters:
111111

112112
issues:
113113
exclude:
114-
- 'declaration of "err" shadows declaration at'
114+
- 'declaration of "err" shadows declaration at' # Allow shadowing of `err` because it's so common
115115
- 'error-strings: error strings should not be capitalized or end with punctuation or a newline'
116116
max-same-issues: 10000
117117
max-issues-per-linter: 10000

0 commit comments

Comments
 (0)