summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorLaura M?dioni <laura.medioni@logilab.fr>2015-10-30 13:20:27 +0100
committerLaura M?dioni <laura.medioni@logilab.fr>2015-10-30 13:20:27 +0100
commit48de7002126f9c0a73c299ebd8d494612d42a285 (patch)
tree1def60fde707fb28a69b741fa6227306a37ebf89 /CONTRIBUTORS.txt
parent0c7dc2248c66da8d8884985ec5d96f2d243b1849 (diff)
downloadpylint-48de7002126f9c0a73c299ebd8d494612d42a285.tar.gz
check if the type of a variable is redefined (at a function, class or module scope)
related to issue #674
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 d912d37..a7ece12 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -76,4 +76,4 @@ Order doesn't matter (not that much, at least ;)
* Laura Medioni (Logilab, on behalf of the CNES): misplaced-comparison-constant,
no-classmethod-decorator, no-staticmethod-decorator, too-many-nested-blocks,
too-many-boolean-expressions, unneeded-not, wrong-import-order, ungrouped-imports,
- wrong-import-position \ No newline at end of file
+ wrong-import-position, redefined-variable-type