[Python-projects] how to execute pylint in a Linux script?

Dotan Barak dotanba at gmail.com
Sun Mar 1 17:22:14 CET 2009


Hi.

I would like to automatically check my python scripts on a daily basis
using a Linux script
(since pylint is a powerful tool which can help me make sure the code is clean).

In most of the excutables that i call, the return value is different
than zero when there is a warning/error.
I noticed that pylint return constant 0, no matter if there is a
warning/error or not.

Can this be changed easily?

thanks
Dotan


More information about the Python-Projects mailing list