Merge "Don't include openstack/common in flake8 exclude list"

This commit is contained in:
Jenkins 2017-01-05 14:40:31 +00:00 committed by Gerrit Code Review
commit ced3468cb5
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
[DEFAULT]
# The list of modules to copy from oslo-incubator.git
# The base module to hold the copy of openstack.common
base=cloudkittydashboard

View File

@ -33,4 +33,4 @@ commands = oslo_debug_helper {posargs}
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject