summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorLaura M?dioni <laura.medioni@logilab.fr>2015-11-09 18:01:06 +0100
committerLaura M?dioni <laura.medioni@logilab.fr>2015-11-09 18:01:06 +0100
commit722446bab92ad13489d73119d534c9a7cf8f8b2c (patch)
tree2d73d0a997ff45d047fe67aa9d77c09178e341d9 /CONTRIBUTORS.txt
parent4eae887f8d4cd7bfc850f26695277fed7324c4cf (diff)
downloadpylint-722446bab92ad13489d73119d534c9a7cf8f8b2c.tar.gz
Check imports are ordered (standard, 3rd party, local) and grouped by package
related to issue #692
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 f05e053..276a63d 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -75,4 +75,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 \ No newline at end of file
+ too-many-boolean-expressions, unneeded-not, wrong-import-order, ungrouped-imports \ No newline at end of file