madrob commented on code in PR #2081:
URL: https://github.com/apache/solr/pull/2081#discussion_r1394796230
##########
gradle/validation/rat-sources.gradle:
##########
@@ -38,6 +38,9 @@ allprojects {
// Don't check under the project's build folder.
exclude project.buildDir.name
+ // Exclude eclipse settings.
+ exclude ".settings"
Review Comment:
Thanks for looking at this. Can you move this down to be with the other
"exclude eclipse" section?
--
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]