Skip to content

Commit

Permalink
build(deps): bump github.com/bombsimon/wsl/v4 from 4.3.0 to 4.4.0 (#4807
Browse files Browse the repository at this point in the history
)

Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
dependabot[bot] and ldez committed Jun 9, 2024
1 parent e2087c7 commit a2cc1c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/ashanbrown/makezero v1.1.1
github.com/bkielbasa/cyclop v1.2.1
github.com/blizzy78/varnamelen v0.8.0
github.com/bombsimon/wsl/v4 v4.3.0
github.com/bombsimon/wsl/v4 v4.4.0
github.com/breml/bidichk v0.2.7
github.com/breml/errchkjson v0.3.6
github.com/butuzov/ireturn v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/golinters/wsl/wsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func New(settings *config.WSLSettings) *goanalysis.Linter {
ForceCuddleErrCheckAndAssign: settings.ForceCuddleErrCheckAndAssign,
ErrorVariableNames: settings.ErrorVariableNames,
ForceExclusiveShortDeclarations: settings.ForceExclusiveShortDeclarations,
IncludeGenerated: true, // force to true because golangci-lint already have a way to filter generated files.
}
}

Expand Down

0 comments on commit a2cc1c4

Please sign in to comment.