summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-08-12 21:51:35 +0200
committerAlbin <albin@mullvad.net>2024-08-13 09:32:06 +0200
commit02fa21f7935ec460e137d1a9d13679a6a3fa7af1 (patch)
tree7edf5697b383b2b793e58152737351e59fc8d0e8
parent2d2d41381419230f4d6b538509f03abc2cb034af (diff)
downloadmullvadvpn-02fa21f7935ec460e137d1a9d13679a6a3fa7af1.tar.xz
mullvadvpn-02fa21f7935ec460e137d1a9d13679a6a3fa7af1.zip
Ignore gradle dependency lint checks temporarily
These checks will be enabled again after the version catalog migration.
-rw-r--r--android/config/lint.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml
index e8916acb63..b885b0b711 100644
--- a/android/config/lint.xml
+++ b/android/config/lint.xml
@@ -9,4 +9,7 @@
</issue>
<!-- We are currently not using the ellipsis character -->
<issue id="TypographyEllipsis" severity="ignore" />
+ <!-- Temporarily ignore the below checks while migrating to version catalogs. -->
+ <issue id="GradleDependency" severity="ignore" />
+ <issue id="AndroidGradlePluginVersion" severity="ignore" />
</lint>