Merge "Ignore flake issues in build/ directory"

This commit is contained in:
Jenkins 2013-08-20 05:13:03 +00:00 committed by Gerrit Code Review
commit 265b81597e
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ function run_flake8 {
# Opt-out files from flake8
ignore_scripts="*.pyc,*.pyo,*.sh,*.swp,*.rst"
ignore_files="*.txt"
ignore_dirs=".venv,.tox,dist,doc,openstack,vendor,*egg"
ignore_dirs=".venv,.tox,build,dist,doc,openstack,vendor,*egg"
ignore="$ignore_scripts,$ignore_files,$ignore_dirs"
srcfiles="."
# Just run flake8 in current environment

View File

@ -38,4 +38,4 @@ show-source = true
ignore = H304
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv
exclude=.venv,.git,.tox,build,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv