Merge "Don't include openstack/common in flake8 exclude list"

This commit is contained in:
Jenkins 2016-11-09 23:11:29 +00:00 committed by Gerrit Code Review
commit d4b498e5f7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[flake8]
show-source = True
exclude = .git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools
# If 'ignore' is not set there are default errors and warnings that are set
# Doc: http://flake8.readthedocs.org/en/latest/config.html#default
ignore = __