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

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 15c2afe21d Wildcard exclude versioned files in rat
15c2afe21d is described below

commit 15c2afe21dbab24754a164ca1126a5d3b13c9523
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Wed Aug 2 13:28:08 2023 -0500

    Wildcard exclude versioned files in rat
    
    Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-18721
---
 .build/build-rat.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/.build/build-rat.xml b/.build/build-rat.xml
index 786f49454f..755b76ea58 100644
--- a/.build/build-rat.xml
+++ b/.build/build-rat.xml
@@ -71,14 +71,8 @@
                  <exclude name="**/test/conf/system_keyspaces_directory.yaml"/>
                  <exclude 
name="**/test/conf/sstableloader_with_encryption.yaml"/>
                  <exclude 
name="**/test/conf/unit-test-conf/test-native-port.yaml"/>
-                 <exclude name="**/test/data/jmxdump/cassandra-3.0-jmx.yaml"/>
-                 <exclude name="**/test/data/jmxdump/cassandra-3.11-jmx.yaml"/>
-                 <exclude name="**/test/data/jmxdump/cassandra-4.0-jmx.yaml"/>
-                 <exclude name="**/test/data/jmxdump/cassandra-4.1-jmx.yaml"/>
-                 <exclude name="**/test/data/config/version=3.0.0-alpha1.yml"/>
-                 <exclude name="**/test/data/config/version=3.11.0.yml"/>
-                 <exclude name="**/test/data/config/version=4.0-alpha1.yml"/>
-                 <exclude name="**/test/data/config/version=4.1-alpha1.yml"/>
+                 <exclude name="**/test/data/jmxdump/cassandra-*-jmx.yaml"/>
+                 <exclude name="**/test/data/config/version=*.yml"/>
                  <exclude 
name="**/test/resources/data/config/YamlConfigurationLoaderTest/shared_client_error_reporting_exclusions.yaml"/>
                  <exclude name="**/tools/cqlstress-counter-example.yaml"/>
                  <exclude name="**/tools/cqlstress-example.yaml"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to