summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorPhilipp Albrecht <palbrecht@mailbox.org>2021-12-03 14:11:43 +0100
committerGitHub <noreply@github.com>2021-12-03 14:11:43 +0100
commit28a33ef874cd63b92a32208e844b97f0c6a2f082 (patch)
treecb6dd8bcce2c53ba0aa92463623aded812cb6042 /CONTRIBUTORS.txt
parentbce059acf1684e35c9a731e27cff2de16bf54de8 (diff)
downloadpylint-git-28a33ef874cd63b92a32208e844b97f0c6a2f082.tar.gz
Update outdated class name in "How to Write a Checker" test example (#5449)
* Update code example in "How to Write a Checker" `pylint.testutils.Message` got first renamed to `pylint.testutils.TestMessage` in 49776acdd and finally renamed to `pylint.testutils.MessageTest` in 24cbf8c33. * Add pylbrecht to contributors Co-authored-by: Philipp Albrecht <philipp.albrecht@momox.biz> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 625b38e04..72df6038c 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -583,5 +583,7 @@ contributors:
* Felix von Drigalski (felixvd): contributor
+* Philipp Albrecht (pylbrecht): contributor
+
* Allan Chandler (allanc65): contributor
- Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params