We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd37b5c commit f055441Copy full SHA for f055441
pkg/lint/lintersdb/manager.go
@@ -576,7 +576,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
576
WithSince("v1.0.0").
577
WithLoadForGoAnalysis().
578
WithPresets(linter.PresetUnused).
579
- WithURL("https://github.com/opennota/check"),
+ WithURL("https://github.com/opennota/check").
580
+ WithNoopFallback(m.cfg),
581
582
linter.NewConfig(golinters.NewStylecheck(stylecheckCfg)).
583
WithSince("v1.20.0").
0 commit comments