We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574a8b4 commit 55585d9Copy full SHA for 55585d9
.golangci.example.yml
@@ -570,7 +570,7 @@ linters-settings:
570
block-size: 1
571
572
nolintlint:
573
- # 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.
574
allow-unused: false
575
# Disable to ensure that nolint directives don't have a leading space. Default is true.
576
allow-leading-space: true
0 commit comments