From: Hugh Brown Date: Thu, 10 Oct 2013 23:02:20 +0000 (-0400) Subject: Fool with pylintrc X-Git-Tag: v0.2.23~92^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a0db308020f06d2bedf919e9e5aa296224bced4;p=tools%2Fpython-jenkinsapi.git Fool with pylintrc --- diff --git a/pylintrc b/pylintrc index 06664c7..54791c5 100644 --- a/pylintrc +++ b/pylintrc @@ -115,7 +115,8 @@ attr-rgx=[a-z_][a-z0-9_]{2,40}$ # Regular expression which should only match correct argument names # Amplify: Up to 40 characters long -argument-rgx=[a-z_][a-z0-9_]{2,40}$ +# argument-rgx=[a-z_][a-z0-9_]{2,40}$ +argument-rgx=[A-Za-z_][A-Za-z0-9_]{1,40}$ # Regular expression which should only match correct variable names # Amplify: Up to 40 characters long