From d7bf1a759d5da482c80b6f1563893455af49148d Mon Sep 17 00:00:00 2001 From: Navid Pustchi Date: Thu, 5 May 2016 16:39:29 +0000 Subject: 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 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') 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* -- cgit v1.2.1