Merge "Squash E042 and E043 bashate warnings"

This commit is contained in:
Jenkins 2016-05-25 14:10:49 +00:00 committed by Gerrit Code Review
commit e93004e571

View File

@ -34,7 +34,7 @@ commands =
flake8 {posargs}
# Run bashate during pep8 runs to ensure violations are caught by
# the check and gate queues.
bashate -i E006 \
bashate -i E006,E042,E043 \
tools/enable-pre-commit-hook.sh \
contrib/ci/pre_test_hook.sh \
contrib/ci/post_test_hook.sh \