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:
parent
670f1a63f7
commit
be01b39066
2
tox.ini
2
tox.ini
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user