Skip to content

Commit

Permalink
doc: remove wrong URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 30, 2023
1 parent b27ebea commit 5c45fb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/lint/lintersdb/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {

linter.NewConfig(golinters.NewGochecknoinits()).
WithSince("v1.12.0").
WithPresets(linter.PresetStyle).
WithURL("https://github.com/leighmcculloch/gochecknoinits"),
WithPresets(linter.PresetStyle),

linter.NewConfig(golinters.NewGocognit(gocognitCfg)).
WithSince("v1.20.0").
Expand Down

0 comments on commit 5c45fb7

Please sign in to comment.