From 9cdc7af39157467ac86aea4f3a3b8874da555018 Mon Sep 17 00:00:00 2001 From: mook Date: Tue, 16 Nov 2021 15:46:42 +0900 Subject: [PATCH] docs: fix wrong default value in comment (#2360) --- .golangci.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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