summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-01-25 15:44:20 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-01-25 15:44:20 +0100
commit72fcb0d8d67b2f76db189519418fed38c0caa623 (patch)
tree1272d371294cd40421bf23292c0809e68297f18e /CONTRIBUTORS.txt
parente5760cd26d0df14135c0ffad708a3be5acee0494 (diff)
downloadpylint-git-72fcb0d8d67b2f76db189519418fed38c0caa623.tar.gz
Update committers list, mark both Lukasz and Guillaume as new committers
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index d9a6ad1b6..39850c769 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -5,21 +5,21 @@ Order doesn't matter (not that much, at least ;)
* Sylvain Thenault (Logilab): main author / maintainer
-* Torsten Marek (Google): maintainer, contributor
+* Torsten Marek (Google): comitter / contributor
* Claudiu Popa: maintainer, contributor
-* Cara Vinson, 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, various patches.
+* Cara Vinson, astroid committer.
+
+* Guillaume Peillex: committer
+
+* Łukasz Rogalski: comitter.
+
* Roy Williams (Lyft): committer
added check for implementing __eq__ without implementing __hash__,
@@ -30,6 +30,10 @@ Order doesn't matter (not that much, at least ;)
Added Python 3 check for accessing deprecated methods on the 'string' module,
various patches.
+* Dmitry Pribysh: committer
+
+ multiple-imports, not-iterable, not-a-mapping, various patches.
+
* Daniel Balparda (Google): GPyLint maintainer (Google's pylint variant),
various patches
@@ -101,8 +105,6 @@ Order doesn't matter (not that much, at least ;)
* Mike Frysinger: contributor.
-* Łukasz Rogalski: contributor.
-
* Moisés López (Vauxoo): Support for deprecated-modules in modules not installed,
Refactory wrong-import-order to integrate it with `isort` library
Add check too-complex with mccabe for cyclomatic complexity
@@ -140,8 +142,6 @@ Order doesn't matter (not that much, at least ;)
* Ahirnish Pareek, 'keyword-arg-before-var-arg' check
-* Guillaume Peillex: contributor.
-
* Daniel Miller: contributor.
* Bryce Guinta: contributor