From 9e958eeb01d4d5922eea25285b82f705e30caaeb Mon Sep 17 00:00:00 2001 From: Kelly Merrick Date: Wed, 13 Dec 2023 12:54:29 -0600 Subject: [PATCH] chore(linter): remove deprecated allow leading spaces --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 272f334..d94c8a4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -43,7 +43,6 @@ linters-settings: # https://github.com/golangci/golangci-lint/blob/master/pkg/golinters/nolintlint nolintlint: - allow-leading-space: true # allow non-"machine-readable" format (ie. with leading space) allow-unused: false # allow nolint directives that don't address a linting issue require-explanation: true # require an explanation for nolint directives require-specific: true # require nolint directives to be specific about which linter is being skipped