Merge "Ignore bashate long-line warnings (E006)"

This commit is contained in:
Jenkins 2015-10-08 16:12:37 +00:00 committed by Gerrit Code Review
commit 78bbc5df35
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 =