You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/05/05 15:26:31 UTC

[38/50] cloudstack-ec2stack git commit: Increase max branch number in functions.

Increase max branch number in functions.

Project: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/commit/01529840
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/tree/01529840
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/diff/01529840

Branch: refs/heads/master
Commit: 0152984063159b33fd34aae4dc98d7dba16844aa
Parents: 859455f
Author: Darren <da...@hotmail.com>
Authored: Thu Dec 4 11:29:06 2014 +0000
Committer: Darren <da...@hotmail.com>
Committed: Thu Dec 4 11:29:06 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/01529840/pylint.rc
----------------------------------------------------------------------
diff --git a/pylint.rc b/pylint.rc
index 1819a65..78b4e71 100644
--- a/pylint.rc
+++ b/pylint.rc
@@ -236,7 +236,7 @@ max-locals=20
 max-returns=6
 
 # Maximum number of branch for function / method body
-max-branches=16
+max-branches=17
 
 # Maximum number of statements in function / method body
 max-statements=50