summaryrefslogtreecommitdiff
path: root/pylint/lint.py
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:12:04 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:12:04 +0300
commit2948d991f2d6b5e13bd2a84a0a75ec43b9f2ad28 (patch)
tree52f150c9bfe5594ddb1c45f815eefcc3ecae7173 /pylint/lint.py
parentffb1a8796a5290852c9cabc0b9ec42ffb1a30de7 (diff)
downloadpylint-2948d991f2d6b5e13bd2a84a0a75ec43b9f2ad28.tar.gz
Remove ignored-builtin-module since it's not useful.
Diffstat (limited to 'pylint/lint.py')
-rw-r--r--pylint/lint.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylint/lint.py b/pylint/lint.py
index 2ae33ad..9077296 100644
--- a/pylint/lint.py
+++ b/pylint/lint.py
@@ -140,10 +140,6 @@ MSGS = {
'Used when an unexpected error occurred while building the '
'Astroid representation. This is usually accompanied by a '
'traceback. Please report such errors !'),
- 'F0003': ('ignored builtin module %s',
- 'ignored-builtin-module',
- 'Used to indicate that the user asked to analyze a builtin '
- 'module which has been skipped.'),
'F0010': ('error while code parsing: %s',
'parse-error',
'Used when an exception occured while building the Astroid '