Skip to content

Commit c16fb19

Browse files
build(deps): bump github.com/ultraware/whitespace from 0.1.1 to 0.2.0 (#5244)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent c093f74 commit c16fb19

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ require (
113113
github.com/tomarrell/wrapcheck/v2 v2.10.0
114114
github.com/tommy-muehle/go-mnd/v2 v2.5.1
115115
github.com/ultraware/funlen v0.2.0
116-
github.com/ultraware/whitespace v0.1.1
116+
github.com/ultraware/whitespace v0.2.0
117117
github.com/uudashr/gocognit v1.2.0
118118
github.com/uudashr/iface v1.3.0
119119
github.com/valyala/quicktemplate v1.8.0

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/whitespace/whitespace.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ func New(settings *config.WhitespaceSettings) *goanalysis.Linter {
1212
var wsSettings whitespace.Settings
1313
if settings != nil {
1414
wsSettings = whitespace.Settings{
15-
Mode: whitespace.RunningModeNative,
1615
MultiIf: settings.MultiIf,
1716
MultiFunc: settings.MultiFunc,
1817
}

0 commit comments

Comments
 (0)