ottlinger commented on code in PR #252:
URL: https://github.com/apache/creadur-rat/pull/252#discussion_r1604476455
##########
apache-rat-core/src/main/java/org/apache/rat/Report.java:
##########
@@ -130,9 +136,15 @@ public String desc() {
/**
* Adds license headers to files missing headers.
*/
- private static final OptionGroup ADD = new OptionGroup()
- .addOption(new Option("a", false,
- "(deprecated) Add the default license header to any file
with an unknown license. Use '-A' or ---addLicense instead."))
+ // TODO rework when Commons-CLI version 1.7.1 or higher is available.
Review Comment:
I have created RAT-380 for that
--
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]