diff --git a/.golangci.example.yml b/.golangci.example.yml index 3a2f750ace85..ff519ff2bef9 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -565,7 +565,7 @@ linters-settings: block-size: 1 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 # Disable to ensure that nolint directives don't have a leading space. Default is true. allow-leading-space: true