You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "gmshake (via GitHub)" <gi...@apache.org> on 2023/05/23 09:02:41 UTC

[GitHub] [maven-checkstyle-plugin] gmshake commented on a diff in pull request #76: [MCHECKSTYLE-412] - Exclude generated sources / test-sources from defau…

gmshake commented on code in PR #76:
URL: https://github.com/apache/maven-checkstyle-plugin/pull/76#discussion_r1201858564


##########
src/main/java/org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java:
##########
@@ -427,6 +428,14 @@ public abstract class AbstractCheckstyleReport extends AbstractMavenReport {
                     + "        \"https://checkstyle.org/dtds/configuration_1_3.dtd\">\n")
     private String checkstyleRulesHeader;
 
+    /**
+     * Specifies whether generated source files should be excluded for Checkstyle.

Review Comment:
   Done



-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org