From e9f16c1bcf648337ac825fc400f5fcb9e0dcee51 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Fri, 4 Aug 2017 14:46:22 +0200 Subject: [PATCH] add lint.xml to ignore invalidPackage from freemarker --- .gitignore | 1 - lint.xml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 lint.xml diff --git a/.gitignore b/.gitignore index 36bf355531..90c0f014a1 100644 --- a/.gitignore +++ b/.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 diff --git a/lint.xml b/lint.xml new file mode 100644 index 0000000000..95a6d69bb2 --- /dev/null +++ b/lint.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file