You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/04 05:51:58 UTC

[commons-rng] 13/23: Exclude JMH generated files from checkstyle

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit ea8b01c5b6bddcb53a911d8e613f5df3638f207e
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Aug 2 15:01:44 2021 +0100

    Exclude JMH generated files from checkstyle
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d427b5..e8d2810 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,7 +611,7 @@ Running "svn up" will download *all* the files of the live web site at
               <logViolationsToConsole>false</logViolationsToConsole>
               <failOnViolation>true</failOnViolation>
               <resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/resolver-status.properties,**/sha512.properties</resourceExcludes>
-              <excludes>**/generated/**.java</excludes>
+              <excludes>**/jmh_generated/**.java</excludes>
             </configuration>
             <executions>
               <execution>
@@ -647,7 +647,7 @@ Running "svn up" will download *all* the files of the live web site at
               <suppressionsLocation>${rng.parent.dir}/src/main/resources/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
               <enableRulesSummary>false</enableRulesSummary>
               <includeResources>false</includeResources>
-              <excludes>**/generated/**.java</excludes>
+              <excludes>**/jmh_generated/**.java</excludes>
             </configuration>
             <reportSets>
               <reportSet>