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, so don't use
this directory any more.

Change-Id: Ia64e7412505fe763e395405a0b3e1fa561677a5e
This commit is contained in:
nizam 2016-10-28 19:58:26 +05:30
parent e36e074afb
commit 3931b7355a
1 changed files with 2 additions and 2 deletions

View File

@ -45,6 +45,6 @@ commands = python setup.py build_sphinx
commands = pylint --rcfile .pylintrc disaster_recovery
[flake8]
exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,tools,doc
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,tools,doc
max-complexity = 20
ignore = H405,H404,H403,H401,H238,H306,H701
ignore = H405,H404,H403,H401,H238,H306,H701