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 4db23d4 commit b4b5adfCopy full SHA for b4b5adf
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