commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8413 - trunk/gnue-common/utils


From: johannes
Subject: [gnue] r8413 - trunk/gnue-common/utils
Date: Tue, 18 Apr 2006 06:27:11 -0500 (CDT)

Author: johannes
Date: 2006-04-18 06:27:11 -0500 (Tue, 18 Apr 2006)
New Revision: 8413

Modified:
   trunk/gnue-common/utils/gnue.pylintrc
Log:
Added another rule for valid variable names (all uppercase)


Modified: trunk/gnue-common/utils/gnue.pylintrc
===================================================================
--- trunk/gnue-common/utils/gnue.pylintrc       2006-04-18 09:43:54 UTC (rev 
8412)
+++ trunk/gnue-common/utils/gnue.pylintrc       2006-04-18 11:27:11 UTC (rev 
8413)
@@ -135,7 +135,7 @@
 argument-rgx=[a-z_][a-z0-9_]*$
 
 # Regular expression which should only match correct variable names
-variable-rgx=[a-z_][a-z0-9_]*$
+variable-rgx=([a-z_][a-z0-9_]*)|([A-Z_][A-Z0-9_]*)$
 
 # Good variable names which should always be accepted, separated by a comma
 good-names=i,j,k,ex,Run,_





reply via email to

[Prev in Thread] Current Thread [Next in Thread]