Hi,

occasionally we'd like to run pylint on quite many files.

If doing this the naive way
(running a python scipt with os.walk calling then python with pylint)
under windows, then quite some time is spent on starting and stopping
new executables.

Is there a simple way of running pylint on many files without having to
start python for each check.



Additionally I would only be interested in the amount of errors, the
amount of warnings and coding style violations and the overal score.


Thanks a lot for any suggestion



_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to