We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4edae94 + 88e3e8b commit 13994d0Copy full SHA for 13994d0
.ci-scripts/indent
@@ -5,4 +5,4 @@ rm -f /tmp/indent.py
5
wget -q https://raw.githubusercontent.com/stfc/Pan-Indenter/master/pan_indent_checker.py -O /tmp/indent.py
6
chmod u+x /tmp/indent.py
7
8
-git diff --name-only HEAD^ | grep '\.pan$' | xargs -r /tmp/indent.py check || exit 1
+git diff --name-only HEAD^ | grep '\.pan$' | xargs -rn1 /tmp/indent.py check || exit 1
0 commit comments