Skip to content

Commit c2b8133

Browse files
authored
docs: update url of gocyclo linter (#1794)
1 parent 5dcc3ea commit c2b8133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
201201
WithURL("https://github.com/remyoudompheng/go-misc/tree/master/deadcode"),
202202
linter.NewConfig(golinters.NewGocyclo()).
203203
WithPresets(linter.PresetComplexity).
204-
WithURL("https://github.com/alecthomas/gocyclo"),
204+
WithURL("https://github.com/fzipp/gocyclo"),
205205
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
206206
WithLoadForGoAnalysis().
207207
WithPresets(linter.PresetComplexity).

0 commit comments

Comments
 (0)