Skip to content

Commit

Permalink
[chore](build) Ignore clucene checks (apache#19353)
Browse files Browse the repository at this point in the history
  • Loading branch information
airborne12 authored May 7, 2023
1 parent 6c21df6 commit ed368d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
Expand Down
1 change: 1 addition & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ NOTICE
gutil/*
glibc-compatibility/*
apache-orc/*
clucene/*
manifest
patches/*
data/*
Expand Down

0 comments on commit ed368d7

Please sign in to comment.