We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16919d commit 231e10dCopy full SHA for 231e10d
pkg/golinters/cyclop/cyclop.go
@@ -30,7 +30,7 @@ func New(settings *config.Cyclop) *goanalysis.Linter {
30
31
return goanalysis.NewLinter(
32
a.Name,
33
- "checks function and package cyclomatic complexity",
+ a.Doc,
34
[]*analysis.Analyzer{a},
35
cfg,
36
).WithLoadMode(goanalysis.LoadModeTypesInfo)
0 commit comments