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

jonnybot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new e7229009 Add pnpm lock to files ignored by RAT
e7229009 is described below

commit e72290095f56301f10ec9cfe03918bdbe3c30998
Author: Jonny Carter <[email protected]>
AuthorDate: Thu Dec 5 15:04:18 2024 -0600

    Add pnpm lock to files ignored by RAT
---
 buildSrc/src/main/groovy/geb.groovy-module.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildSrc/src/main/groovy/geb.groovy-module.gradle 
b/buildSrc/src/main/groovy/geb.groovy-module.gradle
index 08bfe30a..f9e9a201 100644
--- a/buildSrc/src/main/groovy/geb.groovy-module.gradle
+++ b/buildSrc/src/main/groovy/geb.groovy-module.gradle
@@ -59,5 +59,6 @@ tasks.named('rat') {
                 '**/META-INF/services/**', // TODO: can we remove this?
                 '**/META-INF/groovy/**', // TODO: can we remove this?
                 '**/hs_err_pid**.log', // sometimes left over error files
+                '**/pnpm-lock.yaml', //Lock file for pnpm used to build the 
site
     ]
 }
\ No newline at end of file

Reply via email to