Skip to content

Commit 6692e2e

Browse files
committed
Print the format failures in CI
1 parent b8becd0 commit 6692e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/codebuild/format-check.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ do
1717
then
1818
echo "$i failed clang-format check."
1919
FAIL=1
20+
$CLANG_FORMAT -output-replacements-xml $i
2021
fi
2122
done
2223

0 commit comments

Comments
 (0)