Skip to content

Commit 188d56c

Browse files
build(deps): bump github.com/bkielbasa/cyclop from 1.2.1 to 1.2.3 (#5071)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent b91b324 commit 188d56c

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
@@ -21,7 +21,7 @@ require (
2121
github.com/alingse/asasalint v0.0.11
2222
github.com/ashanbrown/forbidigo v1.6.0
2323
github.com/ashanbrown/makezero v1.1.1
24-
github.com/bkielbasa/cyclop v1.2.1
24+
github.com/bkielbasa/cyclop v1.2.3
2525
github.com/blizzy78/varnamelen v0.8.0
2626
github.com/bombsimon/wsl/v4 v4.4.1
2727
github.com/breml/bidichk v0.3.1

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/cyclop/cyclop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func New(settings *config.Cyclop) *goanalysis.Linter {
3030

3131
return goanalysis.NewLinter(
3232
a.Name,
33-
"checks function and package cyclomatic complexity",
33+
a.Doc,
3434
[]*analysis.Analyzer{a},
3535
cfg,
3636
).WithLoadMode(goanalysis.LoadModeTypesInfo)

0 commit comments

Comments
 (0)