Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
docs: update url of gocyclo linter (golangci#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk authored Feb 28, 2021
1 parent 5dcc3ea commit c2b8133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lint/lintersdb/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
WithURL("https://github.com/remyoudompheng/go-misc/tree/master/deadcode"),
linter.NewConfig(golinters.NewGocyclo()).
WithPresets(linter.PresetComplexity).
WithURL("https://github.com/alecthomas/gocyclo"),
WithURL("https://github.com/fzipp/gocyclo"),
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
WithLoadForGoAnalysis().
WithPresets(linter.PresetComplexity).
Expand Down

0 comments on commit c2b8133

Please sign in to comment.