This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 92206fb Catalog-migrator: Update RAT exclude folder list (#124)
92206fb is described below
commit 92206fb1e62d21ed0127be7211c65ea7b03b0c0a
Author: Ajantha Bhat <[email protected]>
AuthorDate: Wed Jan 7 16:03:37 2026 +0530
Catalog-migrator: Update RAT exclude folder list (#124)
---
iceberg-catalog-migrator/build.gradle.kts | 1 +
1 file changed, 1 insertion(+)
diff --git a/iceberg-catalog-migrator/build.gradle.kts
b/iceberg-catalog-migrator/build.gradle.kts
index a1b45c7..4e4a2b4 100644
--- a/iceberg-catalog-migrator/build.gradle.kts
+++ b/iceberg-catalog-migrator/build.gradle.kts
@@ -60,6 +60,7 @@ tasks.named<RatTask>("rat").configure {
excludes.add("**/.keep")
excludes.add("**/logs/**")
excludes.add("**/*.lock")
+ excludes.add("**/.kotlin")
// Binary files
excludes.add("**/*.jar")