jonnybot0 commented on code in PR #310:
URL: https://github.com/apache/groovy-geb/pull/310#discussion_r3024550706


##########
buildSrc/src/main/groovy/geb.groovy-module.gradle:
##########
@@ -80,5 +80,7 @@ tasks.named('rat') {
         '**/MANIFEST.MF', // TODO: can we remove this?
         '**/META-INF/services/**', // TODO: can we remove this?
         '**/META-INF/groovy/**', // TODO: can we remove this?
+        '**/integration-test/resources/assets/*.txt', // exclude test artifacts
+        '**/integration-test/resources/static/*.html', // exclude test 
artifacts

Review Comment:
   Maybe just add the ASL notice to the top of the files? I know it's nitpicky, 
but it wouldn't hurt, right?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to