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 f283ede913 Ninja: exclude 4-1-alpha1.yml from rat
f283ede913 is described below
commit f283ede913a03d5cc24c1cadaad282be65339a2a
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Aug 2 13:12:34 2023 -0500
Ninja: exclude 4-1-alpha1.yml from rat
---
.build/build-rat.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.build/build-rat.xml b/.build/build-rat.xml
index 601b4a0a54..786f49454f 100644
--- a/.build/build-rat.xml
+++ b/.build/build-rat.xml
@@ -78,6 +78,7 @@
<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/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: [email protected]
For additional commands, e-mail: [email protected]