]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove TODO for H404
authorMaru Newby <marun@redhat.com>
Tue, 9 Dec 2014 20:04:38 +0000 (13:04 -0700)
committerMaru Newby <marun@redhat.com>
Tue, 9 Dec 2014 20:04:38 +0000 (13:04 -0700)
There is no timeline or intention to fix this - it's a non-functional
formatting change.

Change-Id: Ib8e75bca41dbcd9dbb188ba8ee03ef51a479d9cc

tox.ini

diff --git a/tox.ini b/tox.ini
index 311bcadc2c7812477cddb5af1cbfe8fd0f94e912..3ab41b890a6ea6ecdef1774f640b30b468b1c425 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -72,9 +72,9 @@ commands = python setup.py build_sphinx
 # H305 imports not grouped correctly
 # H307 like imports should be grouped together
 # H402 one line docstring needs punctuation
+# H404 multi line docstring should start with a summary
 # H405 multi line docstring summary not separated with an empty line
 # H904 Wrap long lines in parentheses instead of a backslash
-# TODO(marun) H404 multi line docstring should start with a summary
 ignore = E125,E126,E128,E129,E265,H305,H307,H402,H404,H405,H904
 show-source = true
 builtins = _