This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git
The following commit(s) were added to refs/heads/trunk by this push: new 21733d0d Ninja for CASSANDRA-20684: Ignore markdown files in rat check 21733d0d is described below commit 21733d0df232742f5858a47a2c78cbcd319cadda Author: David Capwell <dcapw...@apple.com> AuthorDate: Thu May 29 15:24:50 2025 -0700 Ninja for CASSANDRA-20684: Ignore markdown files in rat check --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index defce6f8..3b9facb6 100644 --- a/build.gradle +++ b/build.gradle @@ -30,6 +30,7 @@ repositories { rat { // List of Gradle exclude directives, defaults to ['**/.gradle/**'] excludes.add("**/build/**") + excludes.add("**/*.md") excludes.add(".idea/**") if (layout.projectDirectory.file(".rat-excludes.txt").asFile.exists()) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org