Merge "Ignore bashate E010"

This commit is contained in:
Zuul 2022-11-11 15:15:15 +00:00 committed by Gerrit Code Review
commit d4731aa9c4

View File

@ -1,4 +1,6 @@
#!/bin/bash
ROOT=$(readlink -fn $(dirname $0)/.. )
find $ROOT -type f -not -wholename \*.tox/\* -and \( -name \*.sh -or -name \*rc -or -name functions\* \) -print0 | xargs -0 bashate -i E006 -v
find $ROOT -type f -not -wholename \*.tox/\* -and \( -name \*.sh \
-or -name \*rc -or -name functions\* \) -print0 \
| xargs -0 bashate -i E006,E010 -v