We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db07bec commit 67a517eCopy full SHA for 67a517e
.golangci.yaml
@@ -111,7 +111,7 @@ linters:
111
112
issues:
113
exclude:
114
- - 'declaration of "err" shadows declaration at'
+ - 'declaration of "err" shadows declaration at' # Allow shadowing of `err` because it's so common
115
- 'error-strings: error strings should not be capitalized or end with punctuation or a newline'
116
max-same-issues: 10000
117
max-issues-per-linter: 10000
0 commit comments