diff --git a/tools/run-bashate.sh b/tools/run-bashate.sh index fd6328812b..e57e734c82 100755 --- a/tools/run-bashate.sh +++ b/tools/run-bashate.sh @@ -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