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 9aafc5dc828ed734a12ca007d30fdd0a9f7ffbb5
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Jul 8 16:24:24 2024 +0100

    Duplicate checkstyle excludes to the reporting configuration
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9ac3809f..997333f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -421,6 +421,7 @@
           
<suppressionsLocation>${rng.parent.dir}/src/conf/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
           <enableRulesSummary>false</enableRulesSummary>
           <includeResources>false</includeResources>
+          
<resourceExcludes>NOTICE,LICENSE,**/pom.properties,**/resolver-status.properties,**/sha512.properties</resourceExcludes>
         </configuration>
         <reportSets>
           <reportSet>

Reply via email to