Skip to content

Commit

Permalink
[chore](orc) Ignore apache-orc checks. (apache#18537)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaka11chen authored Apr 11, 2023
1 parent bda1b42 commit 463c287
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,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
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$
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"
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"
- "**/apache-orc/**"
- "**/glibc-compatibility/**"
- "**/gutil/**"
- "**/test_data/**"
Expand Down
1 change: 1 addition & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ LICENSE
NOTICE
gutil/*
glibc-compatibility/*
apache-orc/*
manifest
patches/*
data/*
Expand Down

0 comments on commit 463c287

Please sign in to comment.