summaryrefslogtreecommitdiff
path: root/pylint/lint/pylinter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/lint/pylinter.py')
-rw-r--r--pylint/lint/pylinter.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pylint/lint/pylinter.py b/pylint/lint/pylinter.py
index 72ab3637c..913bc4a22 100644
--- a/pylint/lint/pylinter.py
+++ b/pylint/lint/pylinter.py
@@ -98,6 +98,11 @@ MSGS = {
"Used when an exception occurred while building the Astroid "
"representation which could be handled by astroid.",
),
+ "F0011": (
+ "error while parsing the configuration: %s",
+ "config-parse-error",
+ "Used when an exception occurred while parsing a pylint configuration file.",
+ ),
"I0001": (
"Unable to run raw checkers on built-in module %s",
"raw-checker-failed",