From f408d7e08f73fc60364f1f8576ea2da96336eb5a Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Fri, 27 Oct 2017 05:05:03 -0400 Subject: [PATCH] Ignore line-too-long errors from bashate since we do not enforce this rule anyways. TrivialFix Change-Id: I456424054877920cc05483ab61e5b66eb8b15ba8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5669178..fe85e5d 100644 --- a/tox.ini +++ b/tox.ini @@ -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"