dweiss commented on a change in pull request #178:
URL: https://github.com/apache/lucene/pull/178#discussion_r649163037



##########
File path: gradle/validation/rat-sources.gradle
##########
@@ -74,6 +74,9 @@ allprojects {
                     exclude ".idea"
                     exclude ".muse"
 
+                    // Exclude github stuff (templates, workflows).
+                    exclude ".github"

Review comment:
       You could. None of the default inclusion patterns match anything in 
there, I guess. I found that "debug" file produced by rat very useful to figure 
out what the checked files were. I'll add .git to excluded folders.




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

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