summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-10 15:21:04 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-10 15:21:04 +0000
commit5fe3381eba19698f3f75f4c9628aac3eb2d765ff (patch)
treecabd67acec6e9efc605f70f17a7434b7068cca37 /pylintrc
parentb264a890cdbee460420f2511c2853d31c116ff7e (diff)
downloadgentoolkit-5fe3381eba19698f3f75f4c9628aac3eb2d765ff.tar.gz
Merge with rev 120 from the genscripts repo
svn path=/trunk/gentoolkit/; revision=712
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 9a08a7c..863a3f8 100644
--- a/pylintrc
+++ b/pylintrc
@@ -252,7 +252,8 @@ max-args=10
max-locals=15
# Maximum number of return / yield for function / method body
-max-returns=6
+# was max-returns=6
+max-returns=10
# Maximum number of branch for function / method body
max-branchs=12