We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b138826 commit 7f5af68Copy full SHA for 7f5af68
pylint/checkers/design_analysis.py
@@ -408,7 +408,7 @@ class MisdesignChecker(BaseChecker):
408
"default": [],
409
"type": "regexp_csv",
410
"metavar": "<pattern>[,<pattern>...]",
411
- "help": "List of regular expressions of module/class names"
+ "help": "List of regular expressions of class ancestor names "
412
"to ignore when counting public methods (see R0903)",
413
},
414
),
pylintrc
@@ -346,7 +346,7 @@ min-public-methods=2
346
# Maximum number of public methods for a class (see R0904).
347
max-public-methods=25
348
349
-# List of regular expressions to module/class names to
+# List of regular expressions of class ancestor names to
350
# ignore when counting public methods (see R0903).
351
exclude-too-few-public-methods=
352
0 commit comments