diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-12-10 15:21:04 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-12-10 15:21:04 +0000 |
| commit | 5fe3381eba19698f3f75f4c9628aac3eb2d765ff (patch) | |
| tree | cabd67acec6e9efc605f70f17a7434b7068cca37 /pylintrc | |
| parent | b264a890cdbee460420f2511c2853d31c116ff7e (diff) | |
| download | gentoolkit-5fe3381eba19698f3f75f4c9628aac3eb2d765ff.tar.gz | |
Merge with rev 120 from the genscripts repo
svn path=/trunk/gentoolkit/; revision=712
Diffstat (limited to 'pylintrc')
| -rw-r--r-- | pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
