add lint.xml to ignore invalidPackage from freemarker

This commit is contained in:
tobiasKaminsky 2017-08-04 14:46:22 +02:00
parent fccf72e7db
commit e9f16c1bcf
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -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
lint.xml Normal file
View File

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