From 01d17ed1540a050c2f1eedcbbdd15af3440b25b1 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Sun, 14 Dec 2014 16:17:12 +0530 Subject: [PATCH] Enable H404 Change-Id: Ic6aa11d1f85982fd6452c7efa8e83ae81de15c87 Closes-Bug: #1398556 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c121f3efc..0fe3e11f6 100644 --- a/tox.ini +++ b/tox.ini @@ -44,13 +44,12 @@ commands = python setup.py testr --no-parallel --testr-args='test_benchmark {pos # H401 docstring should not start with a space # H405 multi line docstring summary not separated with an empty line # H904 Wrap long lines in parentheses instead of a backslash -# H404 multi line docstring should start with a summary # H231 Python 3.x incompatible # E113 unexpected indentation # H302 import only modules show-source = True -ignore = E128,E129,E251,F402,F811,F812,H237,H305,H401,H404,H405,H904,H231,H302 +ignore = E128,E129,E251,F402,F811,F812,H237,H305,H401,H405,H904,H231,H302 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*thirdparty/*,CongressLexer.py,CongressParser.py