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
This commit is contained in:
Ian Wienand 2015-10-06 20:18:15 +11:00
parent c4564dfbe6
commit f80c37dd47
1 changed files with 1 additions and 1 deletions

View File

@ -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 =