Skip to content

Commit da06153

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/lint/lintersdb/manager.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@ 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+
Deprecated("The owner seems to have abandoned the linter.", "v1.49.0", "").
304+
WithNoopFallback(m.cfg),
303305

304306
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
305307
WithSince("v1.37.0").

0 commit comments

Comments
 (0)