uschindler commented on code in PR #12787:
URL: https://github.com/apache/lucene/pull/12787#discussion_r1388648419


##########
gradle/validation/rat-sources.gradle:
##########
@@ -53,6 +53,9 @@ allprojects {
             include "**/*.sh"
             include "**/*.bat"
 
+            // exclude anything in build folders
+            exclude "**/build/**"

Review Comment:
   > OK, I can move it there and just exclude this one build/ directory. When 
RAT did this to me and ran forever, it seemed to me a potential oversight that 
could be causing slowdowns elsewhere in the build.
   
   The default build dir of each project is excluded in first line, so there's 
no oversight:
   
   
https://github.com/apache/lucene/blob/2a3650c040670ade213637ac83b1ca5d98642bad/gradle/validation/rat-sources.gradle#L39



-- 
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...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to