summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-13 09:22:17 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-13 11:01:15 +0100
commit0b9a07254e8dcb336c9f785e8537fa2236046bd0 (patch)
tree6c922d45d4901af21c45bd304c38e87609978045 /CONTRIBUTORS.txt
parent8d57195ddcad664eeed6c7f7d07efd4513a65336 (diff)
downloadpylint-git-0b9a07254e8dcb336c9f785e8537fa2236046bd0.tar.gz
Create a maintener section in contributors.txt and cleanup
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt87
1 files changed, 33 insertions, 54 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index ec76f57d7..1ec04b94f 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -1,48 +1,43 @@
+Maintainers
+-----------
+- Claudiu Popa <pcmanticore@gmail.com>
+- Pierre Sassoulas <pierre.sassoulas@gmail.com>
+- Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
+- Marc Mueller <30130371+cdce8p@users.noreply.github.com>
+- Hippo91 <guillaume.peillex@gmail.com>
+- Łukasz Rogalski <rogalski.91@gmail.com>
+- Ashley Whetter <ashley@awhetter.co.uk>
+- Bryce Guinta <bryce.paul.guinta@gmail.com>
+- Jacob Walls <jacobtylerwalls@gmail.com>
+- Dimitri Prybysh <dmand@yandex.ru>
+ - multiple-imports, not-iterable, not-a-mapping, various patches.
+
+- Roy Williams <roy.williams.iii@gmail.com> (Lyft)
+ - added check for implementing __eq__ without implementing __hash__,
+ - Added Python 3 check for accessing Exception.message.
+ - Added Python 3 check for calling encode/decode with invalid codecs.
+ - Added Python 3 check for accessing sys.maxint.
+ - Added Python 3 check for bad import statements.
+ - Added Python 3 check for accessing deprecated methods on the 'string' module,
+ various patches.
+
+- Florian Bruhin <me@the-compiler.org>
+- Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
+- Yu Shao, Pang <36848472+yushao2@users.noreply.github.com>
+- Arianna Yang <areveny@protonmail.com>
+
+Ex-maintainers
+--------------
+- Sylvain Thénault <thenault@gmail.com> : main author / maintainer
+- Torsten Marek <tmarek@google.com>
+
Contributors
------------
-Current team:
-
-* Ashley Whetter: maintainer, contributor
-
-* Bryce Guinta: maintainer, contributor
-
-* Claudiu Popa: maintainer, contributor
-
-* Cara Vinson: astroid committer.
-
-* Guillaume Peillex: committer
-
-* Łukasz Rogalski: committer.
-
-* Roy Williams (Lyft): committer
-
- added check for implementing __eq__ without implementing __hash__,
- Added Python 3 check for accessing Exception.message.
- Added Python 3 check for calling encode/decode with invalid codecs.
- Added Python 3 check for accessing sys.maxint.
- Added Python 3 check for bad import statements.
- Added Python 3 check for accessing deprecated methods on the 'string' module,
- various patches.
-
-* Dmitri Prybysh: committer
-
- multiple-imports, not-iterable, not-a-mapping, various patches.
-
-* Jim Robertson: committer
-
-Ex-maintainers:
-
-* Sylvain Thenault (Logilab): main author / maintainer
-
-* Torsten Marek (Google): committer / contributor
-
-
We would not be here without folks that contributed patches, pull requests,
issues and their time to pylint. We're incredibly grateful to all of these
contributors:
-
* Daniel Balparda (Google): GPyLint maintainer (Google's pylint variant),
various patches
@@ -150,8 +145,6 @@ contributors:
* Daniel Miller: contributor.
-* Bryce Guinta: contributor
-
* Martin Bašti: contributor
Added new check for shallow copy of os.environ
Added new check for useless `with threading.Lock():` statement
@@ -289,8 +282,6 @@ contributors:
* Michael Scott Cuthbert: contributor
-* Pierre Sassoulas : maintainer, contributor
-
* Nathan Marrow
* Taewon Kim : contributor
@@ -447,8 +438,6 @@ contributors:
* Matthew Suozzo: contributor
-* Marc Mueller (cdce8p): contributor
-
* David Gilman: contributor
* Ikraduya Edian: contributor
@@ -472,8 +461,6 @@ contributors:
* James Sinclair (irgeek): contributor
-* Andreas Finkler: contributor
-
* Aidan Haase, Elizabeth Bott: contributor
* Sebastian Müller: contributor
@@ -490,13 +477,9 @@ contributors:
* Andrew Haigh (nelfin): contributor
-* Pang Yu Shao (yushao2): contributor
-
* Aditya Gupta (adityagupta1089) : contributor
- Added ignore_signatures to duplicate checker
-* Jacob Walls: contributor
-
* ruro: contributor
* David Liu (david-yz-liu): contributor
@@ -536,8 +519,6 @@ contributors:
* Eisuke Kawashima (e-kwsm): contributor
-* Daniel van Noord (DanielNoord): contributor
-
* Michal Vasilek: contributor
* Kai Mueller (kasium): contributor
@@ -567,8 +548,6 @@ contributors:
* Youngsoo Sung: contributor
-* Arianna Yang: contributor
-
* Samuel Freilich (sfreilich): contributor
* Mike Fiedler (miketheman): contributor