We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba1388 commit 6313fa9Copy full SHA for 6313fa9
pkg/lint/lintersdb/manager.go
@@ -300,7 +300,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
300
WithSince("v1.43.0").
301
WithPresets(linter.PresetBugs).
302
WithLoadForGoAnalysis().
303
- WithURL("https://github.com/sylvia7788/contextcheck"),
+ WithURL("https://github.com/sylvia7788/contextcheck").
304
+ WithNoopFallback(m.cfg),
305
306
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
307
WithSince("v1.37.0").
0 commit comments