wumeibanfa commented on code in PR #52967:
URL: https://github.com/apache/doris/pull/52967#discussion_r2194320297
##########
build-support/clang-format.sh:
##########
@@ -44,4 +44,4 @@ fi
CLANG_FORMAT="${CLANG_FORMAT_BINARY:=$(command -v clang-format)}"
-python "${DORIS_HOME}/build-support/run_clang_format.py"
"--clang-format-executable" "${CLANG_FORMAT}" "-r" "--style" "file" "--inplace"
"true" "--extensions" "c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx" "--exclude"
"none" "be/src be/test cloud/src cloud/test"
+python "${DORIS_HOME}/build-support/run_clang_format.py"
"--clang-format-executable" "${CLANG_FORMAT}" "-r" "--style" "file" "--inplace"
"true" "--extensions" "c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx" "--exclude"
"none" "be/src be/test cloud/src cloud/test be/benchmark"
Review Comment:
I didn't change anything, just added `be/benchmark`, and in fact, the
formatting worked.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]