leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
200 stars 36 forks source link

Macro support #46

Open blem14 opened 5 years ago

blem14 commented 5 years ago

I use venv in my project and auto-detect of pylint.exe seems to find the correct path, but it fails at test, so I provided the path manually and it succeeded. However, I had to provide whole path, as it is impossible to use macros, like in External Tools.

It would be really nice to be able to pass paths like this ones:

$PyInterpreterDirectory$\pylint.exe $ProjectFileDir$\pylint.cfg

instead of

D:\MyProject\sdk\venv\Scripts\pylint.exe D:\MyProject\pylint.cfg

since you could be moving the project or don't have to set it up for every project separately.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had activity in the last 60 days.