Ignore H803 from Hacking.

H803 checks for a period in commit messages, something the community
clearly rejected as a sensible check: periods in commit messages
should neither be rejected or required.

Change-Id: I754e10ca01b3e6f8c6482e1bcd4c2e2ca8c1cfc9
This commit is contained in:
Dan Prince 2013-10-14 21:11:56 -04:00
parent 6f26ac6e70
commit 5670ee7afb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ commands = python setup.py build_sphinx
# H302 import only modules.'bla..' does not import a module
# H306 imports not in alphabetical order
# H404 multi line docstring should start with a summary
ignore = F841,H201,H302,H306,H404
ignore = F841,H201,H302,H306,H404,H803
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,tools,build