mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/nishanths/exhaustive from 0.8.3 to 0.9.2 (#3381)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
0eb5e26412
commit
7fb302126a
7 changed files with 11 additions and 5 deletions
|
@ -289,6 +289,7 @@ type ExhaustiveSettings struct {
|
|||
CheckGenerated bool `mapstructure:"check-generated"`
|
||||
DefaultSignifiesExhaustive bool `mapstructure:"default-signifies-exhaustive"`
|
||||
IgnoreEnumMembers string `mapstructure:"ignore-enum-members"`
|
||||
IgnoreEnumTypes string `mapstructure:"ignore-enum-types"`
|
||||
PackageScopeOnly bool `mapstructure:"package-scope-only"`
|
||||
ExplicitExhaustiveMap bool `mapstructure:"explicit-exhaustive-map"`
|
||||
ExplicitExhaustiveSwitch bool `mapstructure:"explicit-exhaustive-switch"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue