Squash E042 and E043 bashate warnings

The bashate tool has been upgraded and now issues new warnings.

Squash these E042 and E043 warnings since our shell scripts
are doing the right thing currently and changing them to avoid
the warnings makes them less readable and more fragile.

Change-Id: I25ff337160ab176bb150a6186f6c3198cc068732
This commit is contained in:
Tom Barron 2016-05-23 14:52:28 -04:00
parent 670f1a63f7
commit be01b39066
1 changed files with 1 additions and 1 deletions

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 \