[Python-projects] how to execute pylint in a Linux script?
Dotan Barak
dotanba at gmail.com
Mon Mar 2 08:49:00 CET 2009
On Sun, Mar 1, 2009 at 6:51 PM, Mads Kiilerich <mads at kiilerich.com> wrote:
> Dotan Barak wrote, On 03/01/2009 05:22 PM:
>>
>> 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.
>>
>
> What pylint version?
I'm using version 0.15.2.
I got the latest version (0.16.0) and the return value is now o.k.
there is an installation problem, but this is a different issue...
Thanks
Dotan
More information about the Python-Projects
mailing list