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:
pawnesh.kumar 2016-10-09 03:27:07 +05:30 committed by pawnesh kumar
parent f20c53bbe8
commit 98f2372937
1 changed files with 1 additions and 1 deletions

View File

@ -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]