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

meonkeys pushed a commit to branch release/1.15.0
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/release/1.15.0 by this push:
     new d5636847ac fix RAT excludes to fix src dist tarball
d5636847ac is described below

commit d5636847ac556c30b437254c353f05526d172b97
Author: Adam Monsen <[email protected]>
AuthorDate: Fri Jul 10 17:02:53 2026 -0700

    fix RAT excludes to fix src dist tarball
    
    prompted by RAT issues caught by the ATR
    
    RAT is https://creadur.apache.org/rat/
    
    ATR is https://github.com/apache/tooling-trusted-releases/
    
    this blocks FINERACT-2678
---
 .atr-rat-excludes-src.txt | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.atr-rat-excludes-src.txt b/.atr-rat-excludes-src.txt
index 715ddd1d7c..d916b9635c 100644
--- a/.atr-rat-excludes-src.txt
+++ b/.atr-rat-excludes-src.txt
@@ -35,20 +35,20 @@
 # with en_US.UTF-8 lang/locale
 **/META-INF/fineract-test.config
 **/legacy-docs/
-*.adoc
-*.avsc
-*.feature
-*.html
-*.md
-*.mustache
-*.puml
-*.txt
-.openapi-generator-ignore
+**/*.adoc
+**/*.avsc
+**/features/**
+**/*.html
+**/*.md
+**/*.mustache
+**/*.puml
+**/*.txt
+**/.openapi-generator-ignore
 /.asf.yaml
 /.rat-excludes
 /config/fineractdev-eclipse-preferences.epf
 /fineract-provider/src/test/resources/results/xbrl.xml
 /gradle/wrapper/gradle-wrapper.properties
-org.springframework.boot.autoconfigure.AutoConfiguration.imports
+**/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 
 # vim:ft=conf

Reply via email to