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


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

Review Comment:
   This PR creates `/dev-tools/aws-jmh/build/` directory which contains a 
python venv (these contain thousands of python files, symlinks, etc). It is 
under gitignore as it is a `build/` directory, but rat tries to scan it and 
runs endlessly, crashes, etc.



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