[chore](build) Ignore clucene checks (#19353)

This commit is contained in:
airborne12
2023-05-07 09:38:44 +08:00
committed by GitHub
parent 6c21df6324
commit ed368d7f6c
4 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Please add code that you don’t want to be formatted by clang here
be/src/apache-orc/*
be/src/clucene/*
be/src/gutil/*
be/src/glibc-compatibility/*
be/src/util/sse2neo.h

View File

@ -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$ ^be/src/apache-orc
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 ^be/src/clucene
clang-tidy:
name: "Clang Tidy"

View File

@ -22,6 +22,7 @@ header:
- "be/src/common/status.h"
- "be/src/env/env.h"
- "be/src/env/env_posix.cpp"
- "**/clucene/**"
- "**/apache-orc/**"
- "**/glibc-compatibility/**"
- "**/gutil/**"

View File

@ -13,6 +13,7 @@ NOTICE
gutil/*
glibc-compatibility/*
apache-orc/*
clucene/*
manifest
patches/*
data/*