summaryrefslogtreecommitdiff
path: root/pylint/reporters
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-14 09:11:58 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-25 15:21:25 +0100
commitf6d3d3989852c903f01ca03dde9cb07687c7603f (patch)
treeae975e47c31910834a46be2e2e3ce5288a7f8642 /pylint/reporters
parentf84c069f9a1e3eab872fedb02f24371af05d8497 (diff)
downloadpylint-git-f6d3d3989852c903f01ca03dde9cb07687c7603f.tar.gz
Bump pylint to 2.12.0, update changelogv2.12.0
Closes #5250
Diffstat (limited to 'pylint/reporters')
-rw-r--r--pylint/reporters/__init__.py1
-rw-r--r--pylint/reporters/json_reporter.py1
-rw-r--r--pylint/reporters/text.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/pylint/reporters/__init__.py b/pylint/reporters/__init__.py
index 65231e287..271975bb5 100644
--- a/pylint/reporters/__init__.py
+++ b/pylint/reporters/__init__.py
@@ -14,6 +14,7 @@
# Copyright (c) 2019, 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
+# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Copyright (c) 2021 ruro <ruro.ruro@ya.ru>
diff --git a/pylint/reporters/json_reporter.py b/pylint/reporters/json_reporter.py
index 87949c1c4..8c43b0a3b 100644
--- a/pylint/reporters/json_reporter.py
+++ b/pylint/reporters/json_reporter.py
@@ -6,6 +6,7 @@
# Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com>
# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2020 Clément Pit-Claudel <cpitclaudel@users.noreply.github.com>
+# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
diff --git a/pylint/reporters/text.py b/pylint/reporters/text.py
index b8de25dc0..196bee9d8 100644
--- a/pylint/reporters/text.py
+++ b/pylint/reporters/text.py
@@ -13,6 +13,7 @@
# Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com>
# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
+# Copyright (c) 2021 bot <bot@noreply.github.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html