Skip to content

Commit f80c37d

Browse files
committed
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
1 parent c4564df commit f80c37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands = bash -c "find {toxinidir} \
2424
-wholename \*/inc/\* -or \ # /inc files and
2525
-wholename \*/lib/\* \ # /lib files are shell, but
2626
\) \ # have no extension
27-
-print0 | xargs -0 bashate -v"
27+
-print0 | xargs -0 bashate -v -iE006"
2828

2929
[testenv:docs]
3030
deps =

0 commit comments

Comments
 (0)