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 <[email protected]> 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>
