Skip to content

Commit

Permalink
build(deps): bump github.com/bkielbasa/cyclop from 1.2.1 to 1.2.3 (#5071
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 authored Oct 16, 2024
1 parent b91b324 commit 188d56c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/alingse/asasalint v0.0.11
github.com/ashanbrown/forbidigo v1.6.0
github.com/ashanbrown/makezero v1.1.1
github.com/bkielbasa/cyclop v1.2.1
github.com/bkielbasa/cyclop v1.2.3
github.com/blizzy78/varnamelen v0.8.0
github.com/bombsimon/wsl/v4 v4.4.1
github.com/breml/bidichk v0.3.1
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.

2 changes: 1 addition & 1 deletion pkg/golinters/cyclop/cyclop.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func New(settings *config.Cyclop) *goanalysis.Linter {

return goanalysis.NewLinter(
a.Name,
"checks function and package cyclomatic complexity",
a.Doc,
[]*analysis.Analyzer{a},
cfg,
).WithLoadMode(goanalysis.LoadModeTypesInfo)
Expand Down

0 comments on commit 188d56c

Please sign in to comment.