Skip to content

Commit a4c6ea4

Browse files
committed
chore: suppress ShellCheck violation
Should be in commit 597aabf Relate to #1610
1 parent 597aabf commit a4c6ea4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scripts/ci/pdd-xml-to-json.sh

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if [ -z "${1:-}" ]; then
1414
exit 1
1515
fi
1616

17+
# Yes, usage of `cat` is useless here, but it makes code more readable
18+
# shellcheck disable=SC2002
1719
cat "$1" \
1820
| sed \
1921
-e '/<?xml/d' \

0 commit comments

Comments
 (0)