ottlinger commented on code in PR #558:
URL: https://github.com/apache/creadur-rat/pull/558#discussion_r2446990023


##########
apache-rat-core/pom.xml:
##########
@@ -44,20 +44,17 @@
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
             <inputExcludes>
-              <!-- remove if RAT-501 is fixed -->
+              <!-- exclude the definition file(s) -->
               <exclude>**/default.xml</exclude>
               <exclude>**/example-configuration.xml</exclude>
+              <!-- exclude test generation files that contain unapproved 
license text -->
               <exclude>**/ReporterOptionsProvider.java</exclude>
               <exclude>**/GPLLicenseTest.java</exclude>
-              <!-- /remove if RAT-501 is fixed -->
               <!-- Generated by Eclipse, and not distributed, so ignorable. -->
-              <exclude>bin/**/*</exclude>
-              <exclude>.externalToolBuilders/**/*</exclude>
+              <exclude>bin/**/*</exclude>-->

Review Comment:
   @Claudenw After rebasing my commit on the branch is lost .....



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