We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452544a commit da06153Copy full SHA for da06153
pkg/lint/lintersdb/manager.go
@@ -299,7 +299,9 @@ 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
+ Deprecated("The owner seems to have abandoned the linter.", "v1.49.0", "").
304
+ WithNoopFallback(m.cfg),
305
306
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
307
WithSince("v1.37.0").
0 commit comments