Remove pep8 exclusion for VMware in Kuryr

Neutron VMware code had split off from Neutron code repo, so we
can remove this exclude.

Change-Id: I567c835ee9c242434a43955f404c7f67a2727920
This commit is contained in:
Dongcan Ye 2016-08-29 16:40:50 +08:00
parent 6438b8f06d
commit 2d72a766d0
1 changed files with 1 additions and 3 deletions

View File

@ -55,13 +55,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 =