-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
dependenciesRelates to an upstream dependencyRelates to an upstream dependencyenhancementNew feature or improvementNew feature or improvement
Description
Your feature request related to a problem? Please describe.
Right now I'm using issues.exclude-rules to achieve what I want to do, but it would be nice if there was a way to just provide the exclusion to revive directly via the Exclude config option
Describe the solution you'd like.
linters-settings:
revive:
rules:
- name: unused-parameter
exclude: ["TEST"]
# TEST is a magic word in revive to filter out test files,
# no special handling needed in golangci-lint
Describe alternatives you've considered.
issues.exclude-rules
Additional context.
No response
Metadata
Metadata
Assignees
Labels
dependenciesRelates to an upstream dependencyRelates to an upstream dependencyenhancementNew feature or improvementNew feature or improvement