Skip to content

Commit fc888cf

Browse files
build(deps): bump github.com/nishanths/exhaustive from 0.6.0 to 0.7.11 (#2371)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent b845512 commit fc888cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ require (
5959
github.com/mitchellh/go-ps v1.0.0
6060
github.com/moricho/tparallel v0.2.1
6161
github.com/nakabonne/nestif v0.3.1
62-
github.com/nishanths/exhaustive v0.6.0
62+
github.com/nishanths/exhaustive v0.7.11
6363
github.com/nishanths/predeclared v0.2.1
6464
github.com/pkg/errors v0.9.1
6565
github.com/polyfloyd/go-errorlint v0.0.0-20210722154253-910bb7978349

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/exhaustive.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewExhaustive(settings *config.ExhaustiveSettings) *goanalysis.Linter {
1818
exhaustive.CheckGeneratedFlag: settings.CheckGenerated,
1919
exhaustive.DefaultSignifiesExhaustiveFlag: settings.DefaultSignifiesExhaustive,
2020
exhaustive.IgnoreEnumMembersFlag: settings.IgnoreEnumMembers,
21-
exhaustive.PackageScopeOnly: settings.PackageScopeOnly,
21+
exhaustive.PackageScopeOnlyFlag: settings.PackageScopeOnly,
2222

2323
exhaustive.IgnorePatternFlag: settings.IgnorePattern,
2424
exhaustive.CheckingStrategyFlag: settings.CheckingStrategy,

0 commit comments

Comments
 (0)