Skip to content

Conversation

@AWhetter
Copy link
Contributor

This pull request adds support for looking for constructor parameter documentation in either the class or __init__ docstring. See #886 for the motivation behind this.

This also adds a new warning (W9005) to indicate when constructor parameters are documented
in both the class docstring and __init__ docstring.

This does not implement checking whether the parameters are consistently documented in either the class or __init__ docstring.

Fixes #886

Also added warning W9005 to indicate when constructor parameters are documented
in both the class docstring and __init__ docstring.
@PCManticore PCManticore merged commit a994eeb into pylint-dev:master Apr 30, 2016
@PCManticore
Copy link
Contributor

Thank you.

PCManticore pushed a commit that referenced this pull request Jun 30, 2016
Also added warning W9005 to indicate when constructor parameters are documented
in both the class docstring and __init__ docstring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants