ottlinger commented on code in PR #558:
URL: https://github.com/apache/creadur-rat/pull/558#discussion_r2444526689
##########
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/StandardCollection.java:
##########
@@ -86,7 +86,7 @@ null, new CVSIgnoreBuilder()),
*/
ECLIPSE("The files and directories created by an Eclipse IDE based tool.",
Arrays.asList("**/.checkstyle", "**/.classpath", "**/.factorypath",
- "**/.project", "**/.settings/**",
"**/.externalToolBuilders"),
+ "**/.project", "**/.settings/**",
"**/.externalToolBuilders/**"),
Review Comment:
ok, then let's wait for user feedback and keep the defaults as they are at
the moment.
--
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]