From 5670ee7afb8f35312410b797eca1770bf85108c2 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 14 Oct 2013 21:11:56 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3b8b9b003..23b515658 100644 --- a/tox.ini +++ b/tox.ini @@ -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