[chore](build) Ignore clucene checks (#19353)
This commit is contained in:
@ -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
|
||||
|
||||
2
.github/workflows/code-checks.yml
vendored
2
.github/workflows/code-checks.yml
vendored
@ -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"
|
||||
|
||||
@ -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/**"
|
||||
|
||||
@ -13,6 +13,7 @@ NOTICE
|
||||
gutil/*
|
||||
glibc-compatibility/*
|
||||
apache-orc/*
|
||||
clucene/*
|
||||
manifest
|
||||
patches/*
|
||||
data/*
|
||||
|
||||
Reference in New Issue
Block a user