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.
1 parent a871fc4 commit 3f7cbafCopy full SHA for 3f7cbaf
utils/check_code_format.sh
@@ -46,6 +46,9 @@ if [ -z "${FILES_TO_CHECK}" ]; then
46
echo "No source code to check for formatting."
47
exit 0
48
fi
49
+echo "Checking Formatting for the following files"
50
+echo "${FILES_TO_CHECK}"
51
+echo
52
53
FORMAT_DIFF=$(git diff -U0 ${BASE_BRANCH} -- ${FILES_TO_CHECK} | python3 "${CLANG_FORMAT_DIFF}" -p1 -style=file -binary "$CLANG_FORMAT")
54
0 commit comments