yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49405
[Bug 1570049] [NEW] Tox ignores following docstrings error codes D202, D203, D205, D400, D401
Public bug reported:
Currently tox ignores the following docstring errors:
D202: No blank lines allowed after docstring.
D203: 1 blank required before class docstring.
D205: Blank line required between one-line summary and description.
D400: First line should end with a period.
D401: First line should be in imperative mood.
These ignores[1] must be removed and make keystone compliant.
1)https://github.com/openstack/keystone/blob/master/tox.ini#L124-L128
** Affects: keystone
Importance: Medium
Assignee: Navid Pustchi (npustchi)
Status: New
** Description changed:
- Currently tox ignores the following docstring serrors:
+ Currently tox ignores the following docstring errors:
D202: No blank lines allowed after docstring.
D203: 1 blank required before class docstring.
D205: Blank line required between one-line summary and description.
D400: First line should end with a period.
D401: First line should be in imperative mood.
These ignores[1] must be removed and make keystone compliant.
1)https://github.com/openstack/keystone/blob/master/tox.ini#L124-L128
** Changed in: keystone
Importance: Undecided => Medium
** Changed in: keystone
Assignee: (unassigned) => Navid Pustchi (npustchi)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1570049
Title:
Tox ignores following docstrings error codes D202,D203,D205,D400,D401
Status in OpenStack Identity (keystone):
New
Bug description:
Currently tox ignores the following docstring errors:
D202: No blank lines allowed after docstring.
D203: 1 blank required before class docstring.
D205: Blank line required between one-line summary and description.
D400: First line should end with a period.
D401: First line should be in imperative mood.
These ignores[1] must be removed and make keystone compliant.
1)https://github.com/openstack/keystone/blob/master/tox.ini#L124-L128
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1570049/+subscriptions
Follow ups