From 4d3e21d0469d9cb4bbc6962875256e252dd885e4 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Wed, 3 Aug 2022 16:41:06 +0100 Subject: [PATCH] reusing lint file --- {vector-app => tools/lint}/lint.xml | 0 vector-app/build.gradle | 2 +- vector/build.gradle | 2 +- vector/lint.xml | 109 ---------------------------- 4 files changed, 2 insertions(+), 111 deletions(-) rename {vector-app => tools/lint}/lint.xml (100%) delete mode 100644 vector/lint.xml diff --git a/vector-app/lint.xml b/tools/lint/lint.xml similarity index 100% rename from vector-app/lint.xml rename to tools/lint/lint.xml diff --git a/vector-app/build.gradle b/vector-app/build.gradle index fd9eaba2af..2ed03ab8ed 100644 --- a/vector-app/build.gradle +++ b/vector-app/build.gradle @@ -311,7 +311,7 @@ android { } lintOptions { - lintConfig file("lint.xml") + lintConfig file("../tools/lint/lint.xml") checkDependencies true abortOnError true diff --git a/vector/build.gradle b/vector/build.gradle index 0c335db4a7..e20b462e08 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -103,7 +103,7 @@ android { } lintOptions { - lintConfig file("lint.xml") + lintConfig file("../tools/lint/lint.xml") checkDependencies true abortOnError true diff --git a/vector/lint.xml b/vector/lint.xml deleted file mode 100644 index b4b6ebc12f..0000000000 --- a/vector/lint.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -