Browse code

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

Ian Wienand authored on 2015/10/06 18:18:15
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ commands = bash -c "find {toxinidir}             \
24 24
           -wholename \*/inc/\* -or               \ # /inc files and
25 25
           -wholename \*/lib/\*                   \ # /lib files are shell, but
26 26
          \)                                      \ #   have no extension
27
-         -print0 | xargs -0 bashate -v"
27
+         -print0 | xargs -0 bashate -v -iE006"
28 28
 
29 29
 [testenv:docs]
30 30
 deps =