[GLOBAL] Move checkbashisms to a dedicated script 99/126199/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 10 Dec 2021 20:17:30 +0000 (21:17 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Sat, 11 Dec 2021 23:23:51 +0000 (00:23 +0100)
commitd09f363e87c98d19ba2fccdf8f235d5cbfb908ee
tree80e489c14426ec693563b629aa1b1e5ac1e5b092
parentab85a0e0c722b248e77bc8d02c1647b3bd9154ff
[GLOBAL] Move checkbashisms to a dedicated script

Using a dedicated shell script rather than scripts commands directly
in tox.ini configuration is usually recommanded.
It avoids quoting hell issues and ensures a better virtualenv isolation.

Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Co-authored-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ic4764f628d6f8c3bb4d0dd36a0559603c80f6c4a
.ci/check-bashisms.sh [new file with mode: 0755]
tox.ini