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

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ea7911cf chore(rat): excludes Markdown files in docs/ folder (#1691)
7ea7911cf is described below

commit 7ea7911cf8d2a3fab00f1409b3f8d6b779daef18
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon May 18 15:04:58 2026 +0200

    chore(rat): excludes Markdown files in docs/ folder (#1691)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c49003568..5f7427445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,6 +298,7 @@
                             <exclude>SECURITY.md</exclude>
                             <exclude>AGENTS.md</exclude>
                             <exclude>**/README.md</exclude>
+                            <exclude>docs/**/*.md</exclude>
                             <exclude>src/main/resources/*-LICENSE.txt</exclude>
                             
<exclude>src/site/resources/tags/**/*.html</exclude>
                             <exclude>src/test/resources/**/*.txt</exclude>

Reply via email to