Skip to content

Commit 78bbc5d

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Ignore bashate long-line warnings (E006)"
2 parents e148587 + f80c37d commit 78bbc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
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)