We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b17a61 commit 0d5b425Copy full SHA for 0d5b425
pkg/lint/lintersdb/manager.go
@@ -453,8 +453,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
453
454
linter.NewConfig(golinters.NewGochecknoinits()).
455
WithSince("v1.12.0").
456
- WithPresets(linter.PresetStyle).
457
- WithURL("https://github.com/leighmcculloch/gochecknoinits"),
+ WithPresets(linter.PresetStyle),
458
459
linter.NewConfig(golinters.NewGocognit(gocognitCfg)).
460
WithSince("v1.20.0").
0 commit comments