Browse Source

fix lint to exclude correct freemarker version

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 years ago
parent
commit
f565b6cf48
1 changed files with 1 additions and 1 deletions
  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>