Don't include openstack/common in flake8 exclude list
The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator in following patch https://review.openstack.org/#/c/297487/ so don't use this directory any more. Change-Id: Id20b9cb8cd63e018a2f566cb12600b8f9e518665
This commit is contained in:
parent
f20c53bbe8
commit
98f2372937
2
tox.ini
2
tox.ini
@ -75,7 +75,7 @@ commands = bandit -c bandit.yaml -r heat -n5 -p heat_conservative
|
||||
|
||||
[flake8]
|
||||
show-source = true
|
||||
exclude=.*,dist,*openstack/common*,*lib/python*,*egg,build,*convergence/scenarios/*
|
||||
exclude=.*,dist,*lib/python*,*egg,build,*convergence/scenarios/*
|
||||
max-complexity=20
|
||||
|
||||
[hacking]
|
||||
|
Loading…
Reference in New Issue
Block a user