We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597aabf commit a4c6ea4Copy full SHA for a4c6ea4
src/main/scripts/ci/pdd-xml-to-json.sh
@@ -14,6 +14,8 @@ if [ -z "${1:-}" ]; then
14
exit 1
15
fi
16
17
+# Yes, usage of `cat` is useless here, but it makes code more readable
18
+# shellcheck disable=SC2002
19
cat "$1" \
20
| sed \
21
-e '/<?xml/d' \
0 commit comments