Skip to content

Commit aaadb1e

Browse files
ldezSeigeC
authored andcommitted
contextcheck: disable linter (golangci#3050)
1 parent 66a1abd commit aaadb1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/lint/lintersdb/manager.go

Lines changed: 2 additions & 1 deletion
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)