kevinjqliu commented on code in PR #15145: URL: https://github.com/apache/iceberg/pull/15145#discussion_r2728977222
########## dev/.rat-excludes: ########## @@ -5,31 +5,31 @@ iceberg-build.properties .java-version books.json new-books.json -build +**/build/** .gitignore -.git -.gradle -.idea -.rat-excludes -LICENSE -NOTICE -revapi.yml +.git/** +.gradle/** +.idea/** +dev/.rat-excludes +**/LICENSE +**/NOTICE +**/revapi.yml Review Comment: RAT has an updated exclusion expression https://creadur.apache.org/rat/apache-rat-core/exclusion_expression.html that is glob-like -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
