Skip to content

Commit 9cdc7af

Browse files
authored
docs: fix wrong default value in comment (#2360)
1 parent ec58c48 commit 9cdc7af

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
@@ -565,7 +565,7 @@ linters-settings:
565565
block-size: 1
566566

567567
nolintlint:
568-
# Disable to ensure that all nolint directives actually have an effect. Default is true.
568+
# Disable to ensure that all nolint directives actually have an effect. Default is false.
569569
allow-unused: false
570570
# Disable to ensure that nolint directives don't have a leading space. Default is true.
571571
allow-leading-space: true

0 commit comments

Comments
 (0)