From ecedb162d48ec298b812c630ac2f41783c446919 Mon Sep 17 00:00:00 2001 From: Dongcan Ye Date: Wed, 10 Aug 2016 11:08:59 +0800 Subject: [PATCH] Remove pep8 exclusion for VMware Neutron VMware code had split off from Neutron code repo, so we can remove this exclude. TrivialFix Change-Id: I77f81510cb476149816c2307d8e603b352660566 --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index f3e34d45..c38a87f5 100644 --- a/tox.ini +++ b/tox.ini @@ -53,13 +53,11 @@ commands = python setup.py build_sphinx # E129 visually indented line with same indent as next logical line # E265 block comment should start with '# ' # H402 one line docstring needs punctuation -# TODO(dougwig) -- uncomment this to test for remaining linkages # N530 direct neutron imports not allowed ignore = E125,E126,E128,E129,E265,H301,H402,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* +exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios [testenv:pylint] deps =