summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-05-05 16:39:29 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-05-06 14:47:41 +0000
commitd7bf1a759d5da482c80b6f1563893455af49148d (patch)
tree5ec62f29d4d0b1b9526ad97c078f1cc5e7a7d222 /tox.ini
parent560603beb37c530d29273012c330461a03f915dd (diff)
downloadkeystonemiddleware-d7bf1a759d5da482c80b6f1563893455af49148d.tar.gz
Fix D400 PEP257 violation
Currently tox ignores D400: D400: First line should end with a period. This change makes keystonemiddleware docstrings compliant with D400. Change-Id: Icff2b744d72ae74492cfc6515b91f393fa2b50bf
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8347c7d..8ce0723 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,8 +46,7 @@ commands = oslo_debug_helper {posargs}
# D204: 1 blank line required after class docstring
# D209: Multi-line docstring closing quotes should be on a separate line
# D301: Use r""" if any backslashes in a docstring
-# D400: First line should end with a period
-ignore = D100,D101,D102,D103,D104,D105,D200,D202,D209,D301,D204,D400
+ignore = D100,D101,D102,D103,D104,D105,D200,D202,D209,D301,D204
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*