Claudenw commented on code in PR #160:
URL: https://github.com/apache/creadur-rat/pull/160#discussion_r1377224154
##########
apache-rat-plugin/src/main/java/org/apache/rat/mp/RatCheckMojo.java:
##########
@@ -109,6 +118,7 @@ public void execute() throws MojoExecutionException,
MojoFailureException {
return;
}
ReportConfiguration config = getConfiguration();
+ config.setScanHiddenDirectories(scanHiddenDirectories);
Review Comment:
At line 175 in this file there is the method getConfiguration(). That
method should take all the options from the UI and create a
ReportConfiguration that represents the state of the UI options. line 121
should be moved into that method.
--
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]