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