Enable: H401 docstring should not start with a space

Change-Id: I8610e7d6c9d13c55b70b896c3f09b347d18635ad
Closes-Bug: #1398553
This commit is contained in:
Samta Rangare 2014-12-06 21:27:11 +05:30 committed by Samta
parent a545634a2f
commit 2a9a229fe0
1 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,6 @@ commands = python setup.py testr --no-parallel --testr-args='test_benchmark {pos
# F811 redefinition of unused variable
# H237 module is removed in Python 3
# H305 imports not grouped correctly
# 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
# E113 unexpected indentation
@ -49,6 +48,6 @@ commands = python setup.py testr --no-parallel --testr-args='test_benchmark {pos
show-source = True
ignore = E128,E129,E251,F402,F811,H237,H305,H401,H405,H904,H302
ignore = E128,E129,E251,F402,F811,H237,H305,H405,H904,H302
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*thirdparty/*,CongressLexer.py,CongressParser.py