elharo commented on code in PR #653:
URL:
https://github.com/apache/maven-checkstyle-plugin/pull/653#discussion_r2668287093
##########
src/main/java/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.java:
##########
@@ -436,21 +436,6 @@ private Properties
getOverridingProperties(CheckstyleExecutorRequest request) th
}
private List<File> getFilesToProcess(CheckstyleExecutorRequest request)
throws IOException {
- StringBuilder excludesStr = new StringBuilder();
-
- if (StringUtils.isNotEmpty(request.getExcludes())) {
Review Comment:
addFilesToProcess gets the excludes from the request, but it does not
currently get the default excludes. That's the difference.
--
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]