vlsi commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1066179374
##########
build.gradle.kts:
##########
@@ -98,6 +98,8 @@ val rat by
tasks.getting(org.nosphere.apache.rat.RatTask::class) {
verbose.set(true)
// Note: patterns are in non-standard syntax for RAT, so we use
exclude(..) instead of excludeFile
exclude(rootDir.resolve(".ratignore").readLines())
+ exclude("src/dist-check/temp")
Review Comment:
Well, we have support for excluding `.gitignore` patterns, so I would put
`src/dist-check/temp` to `.gitignore`, so it would be excluded automatically
from all the relevant copy specs.
--
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]