Enable H404

Change-Id: Ic6aa11d1f85982fd6452c7efa8e83ae81de15c87
Closes-Bug: #1398556
This commit is contained in:
Abhishek Chanda 2014-12-14 16:17:12 +05:30
parent 1cb4728a49
commit 01d17ed154
1 changed files with 1 additions and 2 deletions

View File

@ -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