We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9cc6e commit 7fb2968Copy full SHA for 7fb2968
.golangci.example.yml
@@ -313,7 +313,7 @@ linters-settings:
313
# specify an error message to output when a blacklisted package is used
314
- github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
315
ifshort:
316
- # Maximum length of variable declaration measured in number of lines, after which linter won't suggest using short syntax.
+ # Maximum length of variable declaration measured in number of lines, after which linter won't suggest using short syntax.
317
# Has higher priority than max-decl-chars.
318
max-decl-lines: 1
319
# Maximum length of variable declaration measured in number of characters, after which linter won't suggest using short syntax.
0 commit comments