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 2019/05/17 13:03:21 UTC

[commons-rng] branch master updated: Ignore generated JMH files in 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


The following commit(s) were added to refs/heads/master by this push:
     new 6018a7e  Ignore generated JMH files in checkstyle.
6018a7e is described below

commit 6018a7e8dd500b569532876a6e33a813a80c0a91
Author: aherbert <ah...@apache.org>
AuthorDate: Fri May 17 14:03:18 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index c98cc1f..0916f17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -576,7 +576,7 @@
               <logViolationsToConsole>false</logViolationsToConsole>
               <failOnViolation>false</failOnViolation>
               <resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties</resourceExcludes>
-              <excludes>**/module-info.java</excludes>
+              <excludes>**/module-info.java,**/generated/**.java</excludes>
             </configuration>
             <executions>
               <execution>
@@ -611,7 +611,7 @@
               <headerLocation>${rng.parent.dir}/src/main/resources/checkstyle/license-header.txt</headerLocation>
               <enableRulesSummary>false</enableRulesSummary>
               <includeResources>false</includeResources>
-              <excludes>**/module-info.java</excludes>
+              <excludes>**/module-info.java,**/generated/**.java</excludes>
             </configuration>
             <reportSets>
               <reportSet>