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
commit23e8fdc206e5db2c19b0cd19d749bc5947226183 (patch)
tree9f4e36b60756fb69ebb66033ba0fea0feae0eb98 /CONTRIBUTORS.txt
parent99acea9d36f2f46a7a699eaef4027fdbc6224e37 (diff)
downloadpylint-git-23e8fdc206e5db2c19b0cd19d749bc5947226183.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 276a63dff..d912d3763 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