leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow plugin to be disabled on a per-project basis

jonfreedman opened this issue · comments

Is your feature request related to a problem? Please describe.
The PyLint plugin is not designed to be used in a polygot environment where the user may switch between languages. In a project with no Python dependencies you'll see the error

Pylint Plugin (Unable to run Pylint)
Pylint is installed inside the project environment but the plugin is not able to run it. If you just installed it try to restart your IDE, if the problem persists you may need to manually enter the path to the Pylint executable inside the Plugin settings.

Describe the solution you'd like
Add an enable check box as in the ESLint plugin

Describe alternatives you've considered
Currently I am pointing my non-Python projects at the pylint executable inside the venv of one of my Python projects.

commented

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

Is this plugin still maintained?

commented

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

I guess that's a no then

I don't have much time to work on this plugin (I do it on my free time and I don't have a lot of free time lately). I mostly do critical bug fixes. For everything else, PR are very welcome.

commented

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

This is unfortunate, uninstalling the plugin because of this. Else committing is getting stuck and it's a pita disabling it every time.