We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91463c commit c39bf96Copy full SHA for c39bf96
pkg/lint/lintersdb/manager.go
@@ -700,7 +700,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
700
WithSince("v1.0.0").
701
WithLoadForGoAnalysis().
702
WithPresets(linter.PresetUnused).
703
- WithURL("https://github.com/opennota/check"),
+ WithURL("https://github.com/opennota/check").
704
+ WithNoopFallback(m.cfg),
705
706
linter.NewConfig(golinters.NewStylecheck(stylecheckCfg)).
707
WithSince("v1.20.0").
0 commit comments