Skip to content

Commit ed368d7

Browse files
authored
[chore](build) Ignore clucene checks (#19353)
1 parent 6c21df6 commit ed368d7

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.clang-format-ignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Please add code that you don’t want to be formatted by clang here
22

33
be/src/apache-orc/*
4+
be/src/clucene/*
45
be/src/gutil/*
56
be/src/glibc-compatibility/*
67
be/src/util/sse2neo.h

.github/workflows/code-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
5151
sh_checker_comment: true
52-
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
52+
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
5353

5454
clang-tidy:
5555
name: "Clang Tidy"

.licenserc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ header:
2222
- "be/src/common/status.h"
2323
- "be/src/env/env.h"
2424
- "be/src/env/env_posix.cpp"
25+
- "**/clucene/**"
2526
- "**/apache-orc/**"
2627
- "**/glibc-compatibility/**"
2728
- "**/gutil/**"

.rat-excludes

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ NOTICE
1313
gutil/*
1414
glibc-compatibility/*
1515
apache-orc/*
16+
clucene/*
1617
manifest
1718
patches/*
1819
data/*

0 commit comments

Comments
 (0)