From ba49269c34e97c2160255ec7ac1ccbcf9ddda803 Mon Sep 17 00:00:00 2001 From: Guillermo Sanchez Gavier Date: Fri, 5 Aug 2022 12:18:15 +0200 Subject: [PATCH] remove deprecated nolintlint option (#9) this was deprecated in [1.48](https://github.com/golangci/golangci-lint/releases/tag/v1.48.0) https://github.com/golangci/golangci-lint/pull/3002 --- golangci-lint/.golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/golangci-lint/.golangci.yml b/golangci-lint/.golangci.yml index 326a1e4..d5191b4 100644 --- a/golangci-lint/.golangci.yml +++ b/golangci-lint/.golangci.yml @@ -40,7 +40,6 @@ linters-settings: misspell: locale: US nolintlint: - allow-leading-space: true # don't require machine-readable nolint directives (i.e. with no leading space) allow-unused: false # report any unused nolint directives require-explanation: false # don't require an explanation for nolint directives require-specific: true # require nolint directives to be specific about which linter is being skipped