jdaugherty commented on code in PR #14672: URL: https://github.com/apache/grails-core/pull/14672#discussion_r2059338440
########## gradle/rat-root-config.gradle: ########## @@ -38,6 +38,7 @@ tasks.named('rat') { 'grails-fields/grails-app/views/layouts/_fields/*.gsp', // template files that people are expected to use in the end application 'grails-fields/grails-app/views/templates/_fields/*.gsp', // template files that people are expected to use in the end application 'grails-geb/src/main/templates/*.groovy', // template files that people are expected to use in the end application - 'grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/**/*' // exclude example test data for test cases + 'grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/**/*', // exclude example test data for test cases + 'bin/**', // scripts generated during build for grails-shell-cli Review Comment: We should nest this folder so it doesn't apply to packages or the root etc/bin directory -- 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: commits-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org