summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorLaura M?dioni <laura.medioni@logilab.fr>2015-10-30 18:08:08 +0100
committerLaura M?dioni <laura.medioni@logilab.fr>2015-10-30 18:08:08 +0100
commit1dbe1d77c6ad956679a9cf0fd312f67cc75ff26b (patch)
tree2ebd540563fb3a46a8b52408dfcd7a8c195183b0 /CONTRIBUTORS.txt
parent9ec0cfac7937cdf56519f033c074e8f6b4cf1ccf (diff)
downloadpylint-1dbe1d77c6ad956679a9cf0fd312f67cc75ff26b.tar.gz
check if the number of nested block in a function or a method isn't too high
related to issue #668
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 7dc35ab..f4d66b8 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -74,4 +74,4 @@ Order doesn't matter (not that much, at least ;)
* Dmitry Pribysh: multiple-imports, not-iterable, not-a-mapping, various patches.
* Laura Medioni (Logilab, on behalf of the CNES): misplaced-comparison-constant,
- no-classmethod-decorator, no-staticmethod-decorator
+ no-classmethod-decorator, no-staticmethod-decorator, too-many-nested-blocks