borinquenkid commented on code in PR #15530:
URL: https://github.com/apache/grails-core/pull/15530#discussion_r3012020387
##########
gradle/rat-root-config.gradle:
##########
@@ -76,6 +83,15 @@ tasks.named('rat') {
'build-logic/.idea/**', // grails-gradle idea directories
'build/**', // build directories
'buildSrc/build/**', // build directories
+ '**/build/**', // all build directories
+ 'node_modules/**', // node modules
+ 'local.properties', // local properties
+ 'test_output.log', // test output log
+ '0_build_grails.txt', // large build log
+ 'fix_codenarc.py', // fix codenarc script
+ '*_VIOLATIONS.md', // generated violation reports
Review Comment:
Since violations and other reports should not be checked in, they should be
explicitly ignored. Once you do a single fix the build gets cleared so having
the aggregate report outside the build is useful
--
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]