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:
parent
e36e074afb
commit
3931b7355a
2
tox.ini
2
tox.ini
@ -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
|
Loading…
Reference in New Issue
Block a user