We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1012c10 commit 7fcd0a8Copy full SHA for 7fcd0a8
.golangci.example.yml
@@ -518,7 +518,7 @@ linters-settings:
518
block-size: 1
519
520
nolintlint:
521
- # Enable to ensure that nolint directives are all used. Default is true.
+ # Disable to ensure that all nolint directives actually have an effect. Default is true.
522
allow-unused: false
523
# Disable to ensure that nolint directives don't have a leading space. Default is true.
524
allow-leading-space: true
0 commit comments