Repository: incubator-ariatosca
Updated Branches:
  refs/heads/wf-wip 6cedcbfcb -> 66bf8139f


enable top level variables to have non-const names


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/66bf8139
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/66bf8139
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/66bf8139

Branch: refs/heads/wf-wip
Commit: 66bf8139f9773eb1e0e048a6c38887533aa12687
Parents: 6cedcbf
Author: mxmrlv <[email protected]>
Authored: Wed Oct 19 15:57:08 2016 +0300
Committer: mxmrlv <[email protected]>
Committed: Wed Oct 19 15:57:08 2016 +0300

----------------------------------------------------------------------
 .pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/66bf8139/.pylintrc
----------------------------------------------------------------------
diff --git a/.pylintrc b/.pylintrc
index 29453b6..7619956 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -177,7 +177,7 @@ variable-rgx=[a-z_][a-z0-9_]{2,30}$
 variable-name-hint=[a-z_][a-z0-9_]{2,30}$
 
 # Regular expression matching correct constant names
-const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
+const-rgx=(([A-Za-z_][A-Za-z0-9_]*)|(__.*__))$
 
 # Naming hint for constant names
 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$

Reply via email to