diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-14 17:40:53 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-14 17:40:53 +0200 |
commit | 12b1a3258219cd301866ea79924e08cfb2a7420e (patch) | |
tree | a557e51409dcb389d8ad252c887f28e06959e80b /tox.ini | |
parent | bf1b1a73243274e2220c0ac8f03866617a261664 (diff) |
Turn all bashate warnings as errors
Change-Id: Ic350ed8269347f5853a6d7b4e75cfccba6d85dcf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ files = functest/ci/convert_images.sh functest/ci/download_images.sh build.sh -commands = bashate {[testenv:bashate]files} +commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files} [testenv:bandit] |