gh-yzou commented on code in PR #955:
URL: https://github.com/apache/polaris/pull/955#discussion_r1946926641
##########
build.gradle.kts:
##########
@@ -126,6 +126,20 @@ tasks.named<RatTask>("rat").configure {
excludes.add("**/kotlin-compiler*")
excludes.add("**/build-logic/.kotlin/**")
+
+ excludes.add("docs/**") // Added this line to bypass adding header in docs
file
+
+ excludes.addAll(
Review Comment:
can you add a comment here about why we are excluding those files here ?
--
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]