summaryrefslogtreecommitdiff
path: root/pylint/checkers/__init__.py
diff options
context:
space:
mode:
authorMoisés López <moylop260@vauxoo.com>2016-07-01 21:50:00 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-12 15:16:53 +0100
commit5c40fd9ae3c7c8e8181a473d7708ed670924cc6d (patch)
tree6957d61d4778b10d3843028aa5ff62cc829c7f91 /pylint/checkers/__init__.py
parent0f240589a39d145f207d7e9cadeb088eb59e365d (diff)
downloadpylint-git-5c40fd9ae3c7c8e8181a473d7708ed670924cc6d.tar.gz
Add a new refactoring message, 'consider-merging-isinstance`.
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 fc6ca3c8f..4e34777ac 100644
--- a/pylint/checkers/__init__.py
+++ b/pylint/checkers/__init__.py
@@ -20,7 +20,8 @@ Base id of standard checkers (used in msg and report ids):
14: string_constant
15: stdlib
16: python3
-17-50: not yet used: reserved for future internal checkers.
+17: refactoring
+18-50: not yet used: reserved for future internal checkers.
51-99: perhaps used: reserved for external checkers
The raw_metrics checker has no number associated since it doesn't emit any