Merge "Exclude openstack-common from pep8 test"

This commit is contained in:
Jenkins 2012-09-11 15:23:35 +00:00 committed by Gerrit Code Review
commit 4ea0dde430

View File

@ -97,7 +97,7 @@ function run_pylint {
function run_pep8 {
echo "Running pep8 ..."
PEP8_EXCLUDE="vcsversion.py,*.pyc"
PEP8_EXCLUDE="vcsversion.py,*.pyc,openstack"
# we now turn off pep8 1.3 E125 check to avoid make change to
# openstack-common .
PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --ignore=E125 --repeat --show-source"