Added support for folder and file exclusion for pep8 analysis

Change-Id: I32cfe328a3269d801b4baa8fba1d666b17f492ab
Closes-Bug: #1418263
This commit is contained in:
David Cheperdak 2015-05-17 13:55:45 -07:00
parent d862ffb720
commit 495f342688
2 changed files with 1 additions and 2 deletions

View File

@ -162,7 +162,6 @@ function copy_subunit_log {
function run_pep8 {
echo "Running flake8 ..."
${wrapper} flake8
}

View File

@ -36,4 +36,4 @@ commands = python setup.py testr --no-parallel --testr-args='test_benchmark {pos
[flake8]
show-source = True
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*thirdparty/*,CongressLexer.py,CongressParser.py
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*thirdparty/*,CongressLexer.py,CongressParser.py,contrib/*