Delete deprecated Hacking in tox.ini

Some hacking have been removed,so we can delete them.
More details:
    https://github.com/openstack-dev/hacking/blob/master/setup.cfg

Change-Id: I1da4cae962987d8174384daadd5eb2cf4ff746c4
This commit is contained in:
gengchc2 2016-12-04 11:19:37 +08:00
parent 11f79dfe02
commit 2afcf217e2
1 changed files with 1 additions and 2 deletions

View File

@ -51,14 +51,13 @@ commands = python setup.py build_sphinx
# E128 continuation line under-indented for visual indent
# E129 visually indented line with same indent as next logical line
# E265 block comment should start with #
# 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
# H233 Python 3.x incompatible use of print operator
# N342 String interpolation should be delayed at logging calls
# N530 Direct neutron imports not allowed
ignore = E125,E126,E128,E129,E265,H301,H402,H404,H405,H904,H233,N342,N530
ignore = E125,E126,E128,E129,E265,H301,H404,H405,H904,H233,N342,N530
show-source = true
# TODO(dougw) neutron/tests/unit/vmware exclusion is a temporary services split hack
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios,neutron/tests/unit/vmware*