summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:50:38 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:50:38 +0300
commit7a37a32a84a322d8c64b8ecd508e0dd9f34b995c (patch)
tree43b588a3734fe148e41b5e1083af8903b5c7c6d6
parent8814e4ea53dbbf78667dfcd8d6e745cedee634ee (diff)
downloadpylint-7a37a32a84a322d8c64b8ecd508e0dd9f34b995c.tar.gz
Mention that the option is obsoleted.
-rw-r--r--pylint/checkers/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/checkers/base.py b/pylint/checkers/base.py
index 017144f..1f0b5b3 100644
--- a/pylint/checkers/base.py
+++ b/pylint/checkers/base.py
@@ -614,7 +614,8 @@ functions, methods
options = (('required-attributes',
deprecated_option(opt_type='csv',
- help_msg="Required attributes for module")),
+ help_msg="Required attributes for module. "
+ "This option is obsoleted.")),
('bad-functions',
{'default' : BAD_FUNCTIONS,