summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorLaura M?dioni <laura.medioni@logilab.fr>2015-11-10 13:36:56 +0100
committerLaura M?dioni <laura.medioni@logilab.fr>2015-11-10 13:36:56 +0100
commit38fd37a36933409625f422cbd7b91740540e3172 (patch)
treefe0d1b372cb7098ceb91ab8725123661ffb77046 /CONTRIBUTORS.txt
parent722446bab92ad13489d73119d534c9a7cf8f8b2c (diff)
downloadpylint-38fd37a36933409625f422cbd7b91740540e3172.tar.gz
Check imports are located at the top of the module (right after docstring and comments)
related to issue #692
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 276a63d..d912d37 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -75,4 +75,5 @@ 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 \ No newline at end of file
+ too-many-boolean-expressions, unneeded-not, wrong-import-order, ungrouped-imports,
+ wrong-import-position \ No newline at end of file