dimas-b commented on code in PR #955:
URL: https://github.com/apache/polaris/pull/955#discussion_r1955563399
##########
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:
ping: please remove this change.
##########
.gitignore:
##########
@@ -91,4 +91,4 @@ logs/
hs_err_pid*
# macOS
-*.DS_Store
+*.DS_Store
Review Comment:
Could you please revert this change? It does not look necessary.
--
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]