dimas-b commented on code in PR #955:
URL: https://github.com/apache/polaris/pull/955#discussion_r1947330563


##########
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:
   I believe this change is not necessary, let's roll it back.



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to