rat check - ignore svn conflict artifacts for module-info.class files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2021-08-23 20:48:30 +00:00
parent 20bb767469
commit 8283430c8c

View 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.*"
]
/*