Skip to content

Commit

Permalink
[improve]Improve license ignored file paths (apache#436)
Browse files Browse the repository at this point in the history
(cherry picked from commit 22e5018)
  • Loading branch information
DongLiang-0 authored and PeatBoy committed Jan 21, 2025
1 parent 9273109 commit 06a0c0a
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 06a0c0a

Please sign in to comment.