Open
Description
Current problem
I'm trying to find a solution to specify an alert which is specific to a given library and version of that library.
An example is the pylint-ml plugin which has checkers associated with the Pandas library.
pylint-dev/pylint-ml#23
Desired solution
When creating a checker, I would like to be able to add
- which library the code smell/alert is associated to
- which version of the lib ?below/exact/above? it is linked to
The question I have is how can we check which lib version the user is using or does this need to be configured manually?
I am open to suggestions :)
Additional context
No response