This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 94155f10465bcb7c006eae485c5661d8bf97bcbb
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Jan 27 22:40:06 2020 +0100

    RAT-262: Add igoring JSON file
    
    As we are running with older versions of RAT
---
 apache-rat-core/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index 1031248..5505672 100644
--- a/apache-rat-core/pom.xml
+++ b/apache-rat-core/pom.xml
@@ -67,6 +67,8 @@
               <exclude>src/test/resources/binaries/Image-png.not</exclude>
               <!-- These files have a valid license header that was not 
recognised by older rat versions -->
               <exclude>src/test/resources/elements/TextHttps.txt</exclude>
+              <!-- Remove after using RAT 0.14 for dog-fooding ..... older 
versions do not ignore JSON -->
+              <exclude>src/test/resources/elements/plain.json</exclude>
             </excludes>
           </configuration>
         </plugin>

Reply via email to