BengtOFFIS
BengtOFFIS
This solved the issue of paths being falsly detected as new for me.
I am not sure if I get where exactly the issue is. However, [PyCharm already has a way to select the project interpreter.](https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html) Could pylint-pycharm just use the interpreter configured...
Hi @leinardi, thanks for the swift reply. I also get an error in PyCharm, where I have multiple interpreters configured for multiple projects: 17:01 Pylint Plugin No Python interpreter configured...
That error occurs whenever I scan the current file, module or project with the automatically detected system pylint in `C:\Python27\Scripts\` or with the interpreter pylint in `.tox\py37\Scripts\` under Windows.
The error in my idea.log at least seems similar to what @cpchen is seeing, if you search for "harm.pylint.plapi.PylintRunner - Error": [idea.log](https://github.com/leinardi/pylint-pycharm/files/2572734/idea.log) Also I noticed that it does not make...