Skip to content

Commit

Permalink
[#4439] fix(rat): add **/*.out in list of exclusions (#4440)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Add `**/*.out` to the list of exclusions will skip the license check on
the *.out file.

### Why are the changes needed?

Fix: #4439

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

No
  • Loading branch information
IamSaker authored Aug 8, 2024
1 parent 1a8d59a commit e84ecc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ tasks.rat {
"dev/docker/**/*.conf",
"dev/docker/kerberos-hive/kadm5.acl",
"**/*.log",
"**/*.out",
"**/testsets",
"**/licenses/*.txt",
"**/licenses/*.md",
Expand Down

0 comments on commit e84ecc1

Please sign in to comment.