From f4c21aaff7aa766e9f24ebb9601e48207abb8732 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Tue, 28 Nov 2023 14:13:05 +0100 Subject: [PATCH] directive conflicts with goimport Signed-off-by: Florian Lehner --- .golangci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 2bba8ab0a2..62fbdecda5 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -104,8 +104,6 @@ linters-settings: nolintlint: # Enable to ensure that nolint directives are all used. Default is true. allow-unused: false - # Disable to ensure that nolint directives don't have a leading space. Default is true. - allow-leading-space: false # Exclude following linters from requiring an explanation. Default is []. allow-no-explanation: [] # Enable to require an explanation of nonzero length after each nolint directive. Default is false.