pylint-pycharm
pylint-pycharm copied to clipboard
Cannot run on whole project
Hi,
I have installed the plug-in in PyCharm and have been testing in on a quite large project. I am able to run in on a per-file and per-module basis (the 'play' and the 'square with four little square on the bottom-right' buttons) but if I try to run on the whole project at once ('Run pylint on all files in current project') I get this error:
The scan failed due to an exception: Error creating Pylint process
Root cause:
CreateProcess error=206, The filename or extension is too long
Any idea on what causes this and how to fix it?
I supposed it seems to have something to do with large file paths; the project itself is sitting on just C:\dev
but it does have some nested subdirectories inside
thanks in advance.
This issue has been automatically marked as stale because it has not had activity in the last 60 days.
seeing this as well, sporadically ... seems to happen despite me moving everything into near root level folders
This issue has been automatically marked as stale because it has not had activity in the last 60 days.
Any update on this? I keep getting the error
i'm also getting this error.