On Monday 19 July 2010 23:20:58 Derek Harland wrote:
> dummy-variables-rgx=(_||i$|j$|k$)
> => allows usual idiom of _name, or just strictly "i", "j", "k" as
> single letter indices
>
> * My understanding of dummy-variables, is that they're just variable
> names pylint shouldn't complain about if yo
Hi,
I have a small example code snippet with two pylint warnings:
""" simple pylint example """
def afunc(value_with_long_name):
""" a doc string """
value_with_long_name = 3
i_want_to_mask_this_warning = value_with_long_name +
value_with_long_name
iwant_to_see_this_warning = 7
Hi JM,
The issue is, we are using Hudson as our build system and it fails the build
if the exit code is other than "0".
And is there any issue with the version of "pylint" I installed. Why is it
behaving so ugly?
Thanks
-Amit
-Original Message-
From: ext Jean-Michel Pichavant [mailto: