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 d3867e3 commit 95bdf2bCopy full SHA for 95bdf2b
pkg/lint/lintersdb/manager.go
@@ -452,8 +452,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
452
453
linter.NewConfig(golinters.NewGochecknoinits()).
454
WithSince("v1.12.0").
455
- WithPresets(linter.PresetStyle).
456
- WithURL("https://github.com/leighmcculloch/gochecknoinits"),
+ WithPresets(linter.PresetStyle),
457
458
linter.NewConfig(golinters.NewGocognit(gocognitCfg)).
459
WithSince("v1.20.0").
0 commit comments