Doc - Retrocompatibility with the main checker name

This commit is contained in:
Pierre Sassoulas 2019-05-19 12:44:42 +02:00 committed by Claudiu Popa
parent 8a09f2dda7
commit 748bb0b60f

View File

@ -32,7 +32,10 @@ MSG_TYPES_LONG = {v: k for k, v in MSG_TYPES.items()}
MSG_TYPES_STATUS = {"I": 0, "C": 16, "R": 8, "W": 4, "E": 2, "F": 1} MSG_TYPES_STATUS = {"I": 0, "C": 16, "R": 8, "W": 4, "E": 2, "F": 1}
MAIN_CHECKER_NAME = "main-pylint-checker" # You probably don't want to change the MAIN_CHECKER_NAME
# This would affect rcfile generation and retro-compatibility
# on all project using [MASTER] in their rcfile.
MAIN_CHECKER_NAME = "master"
class WarningScope: class WarningScope: