We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec58c48 commit 9cdc7afCopy full SHA for 9cdc7af
.golangci.example.yml
@@ -565,7 +565,7 @@ linters-settings:
565
block-size: 1
566
567
nolintlint:
568
- # Disable to ensure that all nolint directives actually have an effect. Default is true.
+ # Disable to ensure that all nolint directives actually have an effect. Default is false.
569
allow-unused: false
570
# Disable to ensure that nolint directives don't have a leading space. Default is true.
571
allow-leading-space: true
0 commit comments