Closed
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