Ignore line-too-long errors from bashate

since we do not enforce this rule anyways.

TrivialFix

Change-Id: I456424054877920cc05483ab61e5b66eb8b15ba8
This commit is contained in:
Tom Barron 2017-10-27 05:05:03 -04:00
parent c9ec822b9a
commit f408d7e08f
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ commands = bash -c "find {toxinidir} \
-name functions\* -or \
-wholename \*/lib/\* \
\) \
-print0 | xargs -0 bashate -v"
-print0 | xargs -0 bashate -v -iE006"