Claudenw commented on code in PR #257:
URL: https://github.com/apache/creadur-rat/pull/257#discussion_r1618980680


##########
apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java:
##########
@@ -227,7 +227,7 @@ public boolean isDryRun() {
      * Gets the file name filter for files to ignore.
      * @return The filename filter that identifies files to ignore.
      */
-    public FilenameFilter getFilesToIgnore() {
+    public IOFileFilter getFilesToIgnore() {

Review Comment:
   Way down in the Maven implementation I discovered that there was no way to 
take the FilenameFilter and append to it.  The IOFileFilter allows us to do 
that.  However this may change again with RAT-390



-- 
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]

Reply via email to