docs: clarify nolintlint.allow-unused (#2319)

This commit is contained in:
Kevin Gillette 2021-11-01 19:07:10 -06:00 committed by GitHub
parent 1012c10d30
commit 7fcd0a8113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,7 +518,7 @@ linters-settings:
block-size: 1
nolintlint:
# Enable to ensure that nolint directives are all used. Default is true.
# Disable to ensure that all nolint directives actually have an effect. Default is true.
allow-unused: false
# Disable to ensure that nolint directives don't have a leading space. Default is true.
allow-leading-space: true