summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-06-01 15:37:28 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-06-01 15:37:28 +0100
commit1ab47902b75882b21d501c78f2e55566c24e71f7 (patch)
tree199bcc86fb26f8731b57168ffc000368c225e9f8 /CONTRIBUTORS.txt
parent41ea44fb8a6bd68d490e92d78f8216356656787f (diff)
downloadpylint-git-1ab47902b75882b21d501c78f2e55566c24e71f7.tar.gz
Add the new and old missing committers.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 98697372d..d2fc460b9 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -9,6 +9,14 @@ Order doesn't matter (not that much, at least ;)
* Claudiu Popa: maintainer, contributor
+* ceridwen: astroid committer.
+
+* Dmitry Pribysh: committer, multiple-imports, not-iterable, not-a-mapping, various patches.
+
+* Ashley Whetter: committer, check_docs extension can find constructor parameters in __init__,
+ added check_raise_docs extension.
+
+
* Daniel Balparda (Google): GPyLint maintainer (Google's pylint variant),
various patches
@@ -71,8 +79,6 @@ Order doesn't matter (not that much, at least ;)
* Stéphane Wirtel: nonlocal-without-binding
-* 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, too-many-nested-blocks,
too-many-boolean-expressions, unneeded-not, wrong-import-order, ungrouped-imports,
@@ -90,6 +96,3 @@ Order doesn't matter (not that much, at least ;)
Refactory wrong-import-position to skip try-import and nested cases.
* Luis Escobar (Vauxoo), Moisés López (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty
-
-* Ashley Whetter: check_docs extension can find constructor parameters in __init__
- Added check_raise_docs extension.