Skip to content

Commit 6313fa9

Browse files
authored
contextcheck: disable linter (#3050)
1 parent 0ba1388 commit 6313fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/lint/lintersdb/manager.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
300300
WithSince("v1.43.0").
301301
WithPresets(linter.PresetBugs).
302302
WithLoadForGoAnalysis().
303-
WithURL("https://github.com/sylvia7788/contextcheck"),
303+
WithURL("https://github.com/sylvia7788/contextcheck").
304+
WithNoopFallback(m.cfg),
304305

305306
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
306307
WithSince("v1.37.0").

0 commit comments

Comments
 (0)