]> source.dussan.org Git - poi.git/commitdiff
rat check - ignore svn conflict artifacts for module-info.class files
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 23 Aug 2021 20:48:30 +0000 (20:48 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 23 Aug 2021 20:48:30 +0000 (20:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892553 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index d0f8bd42affd6439837df56d3b663f55d966618a..9b4f42e3b12a3a9505cdb17a3ce483856c84a05e 100644 (file)
@@ -478,7 +478,9 @@ rat {
         "poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/XAdES*.xsd",
         "poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xmldsig-core-schema.xsd",
         "poi-ooxml-full/src/main/xmlschema/org/apache/poi/xdgf/visio.xsd",
-               "osgi/README.md"
+               "osgi/README.md",
+        // ignore svn conflict artifacts
+        "**/module-info.class.*"
        ]
 
     /*