summaryrefslogtreecommitdiff
path: root/pylint/checkers/__init__.py
diff options
context:
space:
mode:
authorArianna <areveny@protonmail.com>2022-03-14 16:17:00 -0500
committerGitHub <noreply@github.com>2022-03-14 22:17:00 +0100
commit9b8841ad90e9534213af125aec52afbd15353e40 (patch)
tree7d1306e33e90cf2d9624c49b66ad9286dfaee2e6 /pylint/checkers/__init__.py
parent2b81cbb6d53bec271eeb7af16b57f79f10a99146 (diff)
downloadpylint-git-9b8841ad90e9534213af125aec52afbd15353e40.tar.gz
Introduce new 'import-private-name' checker (#5610)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pylint/checkers/__init__.py')
-rw-r--r--pylint/checkers/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/checkers/__init__.py b/pylint/checkers/__init__.py
index 160bad8af..61ce67ffe 100644
--- a/pylint/checkers/__init__.py
+++ b/pylint/checkers/__init__.py
@@ -45,7 +45,8 @@ Base id of standard checkers (used in msg and report ids):
24: non-ascii-names
25: unicode
26: unsupported_version
-27-50: not yet used: reserved for future internal checkers.
+27: private-import
+28-50: not yet used: reserved for future internal checkers.
This file is not updated. Use
script/get_unused_message_id_category.py
to get the next free checker id.