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 5dcc3ea commit c2b8133Copy full SHA for c2b8133
pkg/lint/lintersdb/manager.go
@@ -201,7 +201,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
201
WithURL("https://github.com/remyoudompheng/go-misc/tree/master/deadcode"),
202
linter.NewConfig(golinters.NewGocyclo()).
203
WithPresets(linter.PresetComplexity).
204
- WithURL("https://github.com/alecthomas/gocyclo"),
+ WithURL("https://github.com/fzipp/gocyclo"),
205
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
206
WithLoadForGoAnalysis().
207
0 commit comments