This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 463c287361 [chore](orc) Ignore apache-orc checks. (#18537) 463c287361 is described below commit 463c287361e78f184b28a9e27671abab64576c7f Author: Qi Chen <kaka11.c...@gmail.com> AuthorDate: Tue Apr 11 14:08:09 2023 +0800 [chore](orc) Ignore apache-orc checks. (#18537) --- .clang-format-ignore | 1 + .github/workflows/code-checks.yml | 2 +- .licenserc.yaml | 1 + .rat-excludes | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.clang-format-ignore b/.clang-format-ignore index b92688b824..10b69e75a7 100644 --- a/.clang-format-ignore +++ b/.clang-format-ignore @@ -1,5 +1,6 @@ # Please add code that you don’t want to be formatted by clang here +be/src/apache-orc/* be/src/gutil/* be/src/glibc-compatibility/* be/src/util/sse2neo.h diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index a87428f517..3ce04e53fd 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -49,7 +49,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: sh_checker_comment: true - sh_checker_exclude: .git .github ^docker ^thirdparty/src ^thirdparty/installed ^ui ^docs/node_modules ^tools/clickbench-tools ^extension ^output ^fs_brokers/apache_hdfs_broker/output (^|.*/)Dockerfile$ + sh_checker_exclude: .git .github ^docker ^thirdparty/src ^thirdparty/installed ^ui ^docs/node_modules ^tools/clickbench-tools ^extension ^output ^fs_brokers/apache_hdfs_broker/output (^|.*/)Dockerfile$ ^be/src/apache-orc clang-tidy: name: "Clang Tidy" diff --git a/.licenserc.yaml b/.licenserc.yaml index e155a5b8aa..4d7443862a 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -22,6 +22,7 @@ header: - "be/src/common/status.h" - "be/src/env/env.h" - "be/src/env/env_posix.cpp" + - "**/apache-orc/**" - "**/glibc-compatibility/**" - "**/gutil/**" - "**/test_data/**" diff --git a/.rat-excludes b/.rat-excludes index 34893e3e3a..0a2f42e9e9 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -12,6 +12,7 @@ LICENSE NOTICE gutil/* glibc-compatibility/* +apache-orc/* manifest patches/* data/* --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org