From be01b390665604d000c15e138fa8cc5ad7a397bd Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Mon, 23 May 2016 14:52:28 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dde2e50b10..74a042a9b8 100644 --- a/tox.ini +++ b/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 \