This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 22e5018c [improve]Improve license ignored file paths (#436)
22e5018c is described below
commit 22e5018c4befa9bdd220da94557d2cb17c6505a8
Author: wudongliang <[email protected]>
AuthorDate: Thu Jul 25 16:58:01 2024 +0800
[improve]Improve license ignored file paths (#436)
---
.licenserc.yaml | 26 +++-----------------------
1 file changed, 3 insertions(+), 23 deletions(-)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index c1f81090..60488398 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -5,32 +5,12 @@ header:
paths-ignore:
- 'dist'
- - 'licenses'
- - '**/*.md'
- - 'LICENSE'
+ - 'LICENSE.txt'
+ - 'NOTICE.txt'
- 'NOTICE'
- - 'DISCLAIMER'
- - '.clang-format'
- - '.clang-format-ignore'
- - '.gitattributes'
- '.gitignore'
- - '.gitmodules'
+ - '.github/PULL_REQUEST_TEMPLATE.md'
- '.licenserc.yaml'
- - '.rat-excludes'
- - 'be/src/common/status.cpp'
- - 'be/src/common/status.h'
- - 'be/src/env/env.h'
- - 'be/src/env/env_posix.cpp'
- - '**/glibc-compatibility/**'
- - '**/gutil/**'
- - '**/test_data/**'
- - '**/jmockit/**'
- - '**/*.json'
- - '**/*.dat'
- - '**/*.svg'
- - '**/*.md5'
- - '**/*.patch'
- - '**/*.log'
- 'custom_env.sh.tpl'
comment: on-failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]