Enable H402 one line docstring needs punctuation

Change-Id: I132bd0aea080bd58653a4fd12f5757a079866f44
This commit is contained in:
Aaron Rosen 2014-11-20 00:42:52 -08:00
parent d51bc206b7
commit 6a93689c0c
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ commands = python setup.py testr --no-parallel --testr-args='test_benchmark {pos
# H305 imports not grouped correctly
# H307 like imports should be grouped together
# H401 docstring should not start with a space
# H402 one line docstring needs punctuation
# 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
@ -57,6 +56,6 @@ commands = python setup.py testr --no-parallel --testr-args='test_benchmark {pos
show-source = True
ignore = E125,E126,E128,E129,E251,E713,F402,F811,F812,H237,H305,H307,H401,H402,H404,H405,H904,H231,E122,H301,
ignore = E125,E126,E128,E129,E251,E713,F402,F811,F812,H237,H305,H307,H401,H404,H405,H904,H231,E122,H301,
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*thirdparty/*,CongressLexer.py,CongressParser.py