I am working with python 2.7 and installed pylint 0.24, as an IDE i use Eclipse (with pydev) and the OS is windows 7 64 bit.
Pylint works so far, but in eclipse i only get the pylint report when i save a python file.
So my question is,
is it possible to parse multiple files at once, for example all files in a package or a project with pylint in eclipse or on command line?
Best regards
Gobliins
Yes it is. I’m working with Aptana but it should be the same deal. When u save a file in eclipse the first line in your console should be:
All you need to do is copy this lane into the terminal and replace for example:
With:
This should run pylint on all the storage folder.