Skip to content

Commit

Permalink
Fix the rat check failure (apache#293)
Browse files Browse the repository at this point in the history
Co-authored-by: Yufei Gu <yufei.apache.org>
  • Loading branch information
flyrain authored Sep 16, 2024
1 parent 44fdc57 commit d0f0179
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -95,6 +95,7 @@ tasks.named<RatTask>("rat").configure {
excludes.add("regtests/derby.log")
excludes.add("regtests/metastore_db/**")
excludes.add("regtests/client/python/.openapi-generator/**")
excludes.add("regtests/output/**")

excludes.add("**/*.ipynb")
excludes.add("**/*.iml")
Expand Down
Empty file removed regtests/output/.keep
Empty file.

0 comments on commit d0f0179

Please sign in to comment.