Skip to content

Commit 90c0509

Browse files
build(deps): bump github.com/alexkohler/nakedret/v2 from 2.0.4 to 2.0.5 (#5076)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 6c0ee25 commit 90c0509

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0
1717
github.com/OpenPeeDeeP/depguard/v2 v2.2.0
1818
github.com/alecthomas/go-check-sumtype v0.2.0
19-
github.com/alexkohler/nakedret/v2 v2.0.4
19+
github.com/alexkohler/nakedret/v2 v2.0.5
2020
github.com/alexkohler/prealloc v1.0.0
2121
github.com/alingse/asasalint v0.0.11
2222
github.com/ashanbrown/forbidigo v1.6.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/nakedret/nakedret.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func New(settings *config.NakedretSettings) *goanalysis.Linter {
1414
maxLines = settings.MaxFuncLines
1515
}
1616

17-
a := nakedret.NakedReturnAnalyzer(maxLines)
17+
a := nakedret.NakedReturnAnalyzer(maxLines, false)
1818

1919
return goanalysis.NewLinter(
2020
a.Name,

0 commit comments

Comments
 (0)