Jelajahi Sumber

add lint.xml to ignore invalidPackage from freemarker

tobiasKaminsky 7 tahun lalu
induk
melakukan
e9f16c1bcf
2 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 0 1
      .gitignore
  2. 6 0
      lint.xml

+ 0 - 1
.gitignore

@@ -18,7 +18,6 @@ target/
 # Local configuration files (sdk path, etc)
 local.properties
 tests/local.properties
-lint.xml
 
 # Mac .DS_Store files
 .DS_Store

+ 6 - 0
lint.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<lint>
+    <issue id="InvalidPackage">
+        <ignore path="**/freemarker-2.3.23.jar"/>
+    </issue>
+</lint>