Don't include openstack/common in flake8 exclude list
There is no this directory openstack/common which was used to keep codes from oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom all OpenStack code in favor of the Oslo libraries is a project wide goal for the Ocata release. So don't use this directory any more. We should drop it for improving searching efficiency. Change-Id: I65e1a75c65d44ff50c9ab0c2ff8c66faa99c227b
This commit is contained in:
parent
05a73ec2d7
commit
313cbcda44
2
tox.ini
2
tox.ini
@ -27,4 +27,4 @@ max-line-length = 120
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
# H904 Wrap long lines in parentheses instead of a backslash
|
||||
ignore = F821,H405,H904,E126,E125,H306,E302,E122
|
||||
exclude=.venv,.git,.tox,dist,*openstack/common*,*egg,build
|
||||
exclude=.venv,.git,.tox,dist,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user