kevinjqliu opened a new pull request, #15174: URL: https://github.com/apache/iceberg/pull/15174
Following up to #15145 RAT 0.17 now has the concept of collections for ignore file patterns https://creadur.apache.org/rat/apache-rat/standard_collections.html We're already using `HIDDEN_DIR `, we can use a few more: - `GIT` matches `**/.git/**`, `**/.gitignore` - `IDEA` matches `**/*.iws`, `**/*.iml`, `**/*.ipr`, `**/.idea/**` - `MAC` matches `**/.DS_Store` -- 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]
