mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
add lint.xml to ignore invalidPackage from freemarker
This commit is contained in:
parent
fccf72e7db
commit
e9f16c1bcf
2 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
6
lint.xml
Normal 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>
|
Loading…
Reference in a new issue