Ignore new N324 style requirement

There is a lot of code the violates this new requirement, and
thus is currently causing all neutron-lbaas CRs to be held up.

I vote that we ignore the requirement for the time being. Who agrees?

Change-Id: Ie86c95227f51f95f222434a8d5e6f9252ae4b33f
This commit is contained in:
Adam Harwell 2015-05-11 10:57:07 -05:00
parent b21578180b
commit 74825a4b94
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ commands = python setup.py build_sphinx
# H305 imports not grouped correctly
# H405 multi line docstring summary not separated with an empty line
# TODO(marun) H404 multi line docstring should start with a summary
ignore = E125,E126,E128,E129,E265,H305,H404,H405
# N324 contextlib.nested is deprecated
ignore = E125,E126,E128,E129,E265,H305,H404,H405,N324
show-source = true
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios