summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8c96a7d..cf327ca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,8 @@ deps =
whitelist_externals = bash
commands = bash -c "find {toxinidir} \
-not -path {toxinidir}/.tox/\* \
- -name \*.sh | xargs bashate -v"
+# E006 check for lines longer than 79 columns
+ -name \*.sh | xargs bashate -v -iE006"
bash -c "yamllint {toxinidir}"
bash -c "find {toxinidir} \
-not -path {toxinidir}/.tox/\* \