Fool with pylintrc
authorHugh Brown <hbrown@amplify.com>
Thu, 10 Oct 2013 23:02:20 +0000 (19:02 -0400)
committerHugh Brown <hbrown@amplify.com>
Thu, 10 Oct 2013 23:32:14 +0000 (19:32 -0400)
pylintrc

index 06664c7..54791c5 100644 (file)
--- 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