Merge "CI: Fix bashate ignores"

This commit is contained in:
Zuul 2021-09-27 13:26:04 +00:00 committed by Gerrit Code Review
commit f9e31f0b54

View File

@ -6,4 +6,4 @@ ROOT=$(readlink -fn $(dirname $0)/.. )
# NOTE(priteau): ignore E010 because it fails on one-liner bash loops:
# https://bugs.launchpad.net/bash8/+bug/1895102
find $ROOT -not -wholename \*.tox/\* -and -not -wholename \*.test/\* \
-and -name \*.sh -print0 | xargs -0 bashate -v --ignore E006 --ignore E010
-and -name \*.sh -print0 | xargs -0 bashate -v --ignore E006,E010