docs: fix wrong default value in comment (#2360)

This commit is contained in:
mook 2021-11-16 15:46:42 +09:00 committed by GitHub
parent ec58c48180
commit 9cdc7af391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -565,7 +565,7 @@ linters-settings:
block-size: 1 block-size: 1
nolintlint: nolintlint:
# 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.
allow-unused: false allow-unused: false
# Disable to ensure that nolint directives don't have a leading space. Default is true. # Disable to ensure that nolint directives don't have a leading space. Default is true.
allow-leading-space: true allow-leading-space: true