Skip to content

Commit 55585d9

Browse files
mookjpSeigeC
authored andcommitted
docs: fix wrong default value in comment (golangci#2360)
1 parent 574a8b4 commit 55585d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ linters-settings:
570570
block-size: 1
571571

572572
nolintlint:
573-
# Disable to ensure that all nolint directives actually have an effect. Default is true.
573+
# Disable to ensure that all nolint directives actually have an effect. Default is false.
574574
allow-unused: false
575575
# Disable to ensure that nolint directives don't have a leading space. Default is true.
576576
allow-leading-space: true

0 commit comments

Comments
 (0)