Skip to content

Commit 076a4a7

Browse files
committed
contextcheck: disable linter
1 parent 452544a commit 076a4a7

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
@@ -299,7 +299,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
299299
WithSince("v1.43.0").
300300
WithPresets(linter.PresetBugs).
301301
WithLoadForGoAnalysis().
302-
WithURL("https://github.com/sylvia7788/contextcheck"),
302+
WithURL("https://github.com/sylvia7788/contextcheck").
303+
WithNoopFallback(m.cfg),
303304

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

0 commit comments

Comments
 (0)