From f80c37dd47ac11b6cbd4cd08a0af2c4c17e31198 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 6 Oct 2015 20:18:15 +1100 Subject: [PATCH] Ignore bashate long-line warnings (E006) Since Ic2532676e46e93f129d590d1fa7a044ef65f50fb bashate warns on long-lines. Traditionally, for whatever reason, devstack hasn't cared too much about long lines unless it really damages readability. So ignore this to avoid thousands of warnings on the long lines. Note even though released bashate doesn't have this, ignoring a missing test doesn't matter. Change-Id: I16aeaa3b334fac1eec5085f2cfe26c81c53023a8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 788fea9c4f..1c238add8a 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ commands = bash -c "find {toxinidir} \ -wholename \*/inc/\* -or \ # /inc files and -wholename \*/lib/\* \ # /lib files are shell, but \) \ # have no extension - -print0 | xargs -0 bashate -v" + -print0 | xargs -0 bashate -v -iE006" [testenv:docs] deps =