Skip to content

Commit fac5fd9

Browse files
committed
chore: update implementation
1 parent e259422 commit fac5fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)