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: Ia43e287699c82e15c38f229a8e39d1a366cc506c
This commit is contained in:
Cady_Chen 2016-11-16 17:05:29 +08:00
parent 746aa4f99c
commit 577775ecdd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ commands =
-k pgettext_lazy:1c,2 -k npgettext_lazy:1c,2,3 --add-comments Translators: horizon_cisco_ui
[flake8]
exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject
# H405 multi line docstring summary not separated with an empty line
ignore = H405
max-complexity = 20