aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-07-10 20:20:39 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-07-10 20:23:56 +0200
commit7fdacccac18780f59cda7e825b8ed5a177db9acf (patch)
tree4ca6c312fc7703f6347b6fa4baa39bfc819009a5 /tox.ini
parent2b9481da903ce8657c747b6af700794987e417be (diff)
Turn bashate warnings into errors
It also fixes the warning. Change-Id: Ia24208590994418dc8a200e7336cf8a62f0976d3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 424717dfd95388ff2ddc9fe929ac170689a78eca)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 71e33ed7..38925f12 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,4 +48,4 @@ commands = nosetests functest_kubernetes
basepython = python2.7
files =
build.sh
-commands = bashate {[testenv:bashate]files}
+commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}