Refactor(constant): added rule string enums in configs as RuleConfig for better outside integrations (#2878)
This commit is contained in:
@ -11,6 +11,7 @@ linters:
|
||||
- unconvert
|
||||
- unused
|
||||
- usestdlibvars
|
||||
- exhaustive
|
||||
|
||||
linters-settings:
|
||||
gci:
|
||||
@ -21,3 +22,5 @@ linters-settings:
|
||||
- default
|
||||
staticcheck:
|
||||
go: '1.21'
|
||||
exhaustive:
|
||||
default-signifies-exhaustive: true
|
||||
|
Reference in New Issue
Block a user