Skip to content

Commit

Permalink
contextcheck: disable linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 3, 2022
1 parent 452544a commit da06153
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/lint/lintersdb/manager.go
Expand Up @@ -299,7 +299,9 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
WithSince("v1.43.0").
WithPresets(linter.PresetBugs).
WithLoadForGoAnalysis().
WithURL("https://github.com/sylvia7788/contextcheck"),
WithURL("https://github.com/sylvia7788/contextcheck").
Deprecated("The owner seems to have abandoned the linter.", "v1.49.0", "").
WithNoopFallback(m.cfg),

linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
WithSince("v1.37.0").
Expand Down

0 comments on commit da06153

Please sign in to comment.