Wildcard exclude versioned files in rat

Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-18721
This commit is contained in:
Brandon Williams 2023-08-02 13:28:08 -05:00
parent f283ede913
commit 15c2afe21d
1 changed files with 2 additions and 8 deletions

View File

@ -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"/>