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 d26e9cd610f01a5ce5f8b041fc8e30b5ace3823e
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 14 16:18:24 2026 +0100

    Exclude patch files from PMD
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 340806f9..5d65b07a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -327,6 +327,7 @@
             <exclude>**/site-content/**</exclude>
             <exclude>**/site-content.README</exclude>
             <exclude>src/conf/revapi/api-changes.json</exclude>
+            <exclude>**/*.patch</exclude>
           </inputExcludes>
         </configuration>
       </plugin>
@@ -381,6 +382,7 @@
             <exclude>**/site-content/**</exclude>
             <exclude>**/site-content.README</exclude>
             <exclude>src/conf/revapi/api-changes.json</exclude>
+            <exclude>**/*.patch</exclude>
           </inputExcludes>
         </configuration>
       </plugin>

Reply via email to