mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
revive: add exclude option (#4365)
This commit is contained in:
parent
468b8ff886
commit
d7a461a045
3 changed files with 88 additions and 1 deletions
|
@ -751,6 +751,7 @@ type ReviveSettings struct {
|
|||
Arguments []any
|
||||
Severity string
|
||||
Disabled bool
|
||||
Exclude []string
|
||||
}
|
||||
ErrorCode int `mapstructure:"error-code"`
|
||||
WarningCode int `mapstructure:"warning-code"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue