kevinjqliu commented on code in PR #15145:
URL: https://github.com/apache/iceberg/pull/15145#discussion_r2728948911


##########
dev/.rat-excludes:
##########


Review Comment:
   about the new regex syntax. 
   `**/build/**`, matches any folder name "build"
   `.git/**`, matches top level dir name `.git` and excludes all its files
   `dev/.rat-excludes`, matches this 1 file explicitly
   `**/LICENSE`, matches any file name "LICENSE"
   `**/*.sql`, matches any file with `.sql` suffix



-- 
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]

Reply via email to