Skip to content

Commit

Permalink
build(deps): bump github.com/ultraware/whitespace from 0.1.1 to 0.2.0 (
Browse files Browse the repository at this point in the history
…#5244)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ldez authored Dec 22, 2024
1 parent c093f74 commit c16fb19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ require (
github.com/tomarrell/wrapcheck/v2 v2.10.0
github.com/tommy-muehle/go-mnd/v2 v2.5.1
github.com/ultraware/funlen v0.2.0
github.com/ultraware/whitespace v0.1.1
github.com/ultraware/whitespace v0.2.0
github.com/uudashr/gocognit v1.2.0
github.com/uudashr/iface v1.3.0
github.com/valyala/quicktemplate v1.8.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: 0 additions & 1 deletion pkg/golinters/whitespace/whitespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ func New(settings *config.WhitespaceSettings) *goanalysis.Linter {
var wsSettings whitespace.Settings
if settings != nil {
wsSettings = whitespace.Settings{
Mode: whitespace.RunningModeNative,
MultiIf: settings.MultiIf,
MultiFunc: settings.MultiFunc,
}
Expand Down

0 comments on commit c16fb19

Please sign in to comment.