Skip to content

Commit

Permalink
chore(linter): remove deprecated allow leading spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Dec 13, 2023
1 parent 15e3f2e commit 9e958ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e958ee

Please sign in to comment.