Skip to content
Snippets Groups Projects
Commit ae853182 authored by Michał Nasiadka's avatar Michał Nasiadka
Browse files

CI: Fix bashate ignores

Bashate only accepts one --ignore option, so first was ignored.

Change-Id: I2b7062c4f482faf91c0df40fb79fad75eb326d83
parent 8ac29d67
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment