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 1b56492 commit 097632bCopy full SHA for 097632b
build-support/clang-format.sh
@@ -30,6 +30,8 @@ export STARROCKS_HOME=`cd "${ROOT}/.."; pwd`
30
31
CLANG_FORMAT=${CLANG_FORMAT_BINARY:=$(which clang-format)}
32
33
-python3 ${STARROCKS_HOME}/build-support/run_clang_format.py --clang_format_binary="${CLANG_FORMAT}" --fix --source_dirs="${STARROCKS_HOME}/be/src","${STARROCKS_HOME}/be/test"
+python3 ${STARROCKS_HOME}/build-support/run_clang_format.py --clang_format_binary="${CLANG_FORMAT}" --fix \
34
+ --source_dirs="${STARROCKS_HOME}/be/src","${STARROCKS_HOME}/be/test" \
35
+ --exclude_globs="${STARROCKS_HOME}/build-support/excludes"
36
37
build-support/excludes
@@ -0,0 +1 @@
1
+*/be/src/thirdparty/*
0 commit comments