Add ctxprop linter #6701
Repository URLhttps://github.com/Gilthoniel/ctxprop Analyzer Requirements
Analyzer GoalFinds bugs Analyzer DescriptionWe use internally a context interface that extends the standard Golang context one. As such we need to make sure that we propagate this context properly. It also detects when a struct passed to a function implements The Analyzer LicenseMIT Analyzer License Checks
Analyzer Details
Repository Details
Repository Recommendations
Pull Request
|
Replies: 1 comment 2 replies
I checked the For now, IMHO this is a duplicate (with extension) of |
From the discussion, the author of
contextcheckdidn't exactly reject the idea: he didn't answer to the question about adding an option about that.I don't know what is the best approach here, but we need a clear statement from the author of
contextcheckFor now, this analyzer covers the same things as
contextcheck, so this is obviously a duplicate.