Skip to content

Commit

Permalink
remove deprecated nolintlint option (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchezgavier committed Aug 5, 2022
1 parent 38ba073 commit ba49269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion golangci-lint/.golangci.yml
Expand Up @@ -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
Expand Down

0 comments on commit ba49269

Please sign in to comment.