paulirwin commented on code in PR #2:
URL:
https://github.com/apache/lucenenet-codeanalysis-dev/pull/2#discussion_r2391952641
##########
rat.ps1:
##########
@@ -30,7 +30,7 @@
directory as this script) as the target directory.
.PARAMETER Version
- The version of Apache RAT to use (default: 0.13).
+ The version of Apache RAT to use (default: 0.16.1).
Review Comment:
In what way did it not respect the `.rat-excludes` file for you? It worked
fine for me, including all of our existing rules and the new md one I added.
Perhaps it wasn't working because of the incorrect quotes in the path string
that I fixed? There's no need to add quotes around i.e. spaces in paths,
because it's already in a string that gets effectively quoted. I tested this on
paths with spaces btw.
--
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]