浏览代码

fix lint to exclude correct freemarker version

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 年之前
父节点
当前提交
f565b6cf48
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lint.xml

+ 1 - 1
lint.xml

@@ -5,7 +5,7 @@
         <ignore regexp="autofillHints"/>
     </issue>
     <issue id="InvalidPackage">
-        <ignore path="**/freemarker-2.3.28.jar" />
+        <ignore path="**/freemarker-2.*.*.jar" />
         <ignore path="**/nnio-0.2.jar"/>
         <ignore path="**/pkix-1.54.0.0.jar"/>
     </issue>