Ignore bashate E006 - line too long

Change-Id: I6649fc548101e3918bf4f8352f0702d02f59e81e
This commit is contained in:
Sergey Reshetnyak 2016-09-06 23:50:23 +03:00
parent 53b8ce59d4
commit 5ca6d877b3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ commands =
[testenv:bashate]
whitelist_externals = bash
commands = bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v"
commands = bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v -iE006"
[testenv:venv]
commands = {posargs}