summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-10-04 11:14:53 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-10-08 15:33:19 +0200
commit24f82aec9a94d8c403f0e3dd8d77a985fe2911c3 (patch)
tree6419194612b128adff54aa27af4b06001af25db7 /android
parenta2529bd3c09ba9b00b43d6b81e379d9b8344bb50 (diff)
downloadmullvadvpn-24f82aec9a94d8c403f0e3dd8d77a985fe2911c3.tar.xz
mullvadvpn-24f82aec9a94d8c403f0e3dd8d77a985fe2911c3.zip
Remove baseline
Diffstat (limited to 'android')
-rw-r--r--android/app/build.gradle.kts1
-rw-r--r--android/app/lint-baseline.xml37
-rw-r--r--android/lib/resource/build.gradle.kts1
3 files changed, 0 insertions, 39 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 979eb466e2..7b67dde457 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -47,7 +47,6 @@ android {
lint {
lintConfig = file("${rootProject.projectDir}/config/lint.xml")
- baseline = file("lint-baseline.xml")
abortOnError = true
warningsAsErrors = true
}
diff --git a/android/app/lint-baseline.xml b/android/app/lint-baseline.xml
deleted file mode 100644
index 9f67e68efa..0000000000
--- a/android/app/lint-baseline.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<issues format="6" by="lint 8.4.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0)" variant="all" version="8.4.0">
-
- <issue
- id="UseCheckPermission"
- message="The result of `checkPermission` is not used"
- errorLine1=" mockedPackageManager.checkPermission(internet, packageName)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/test/kotlin/net/mullvad/mullvadvpn/applist/ApplicationsProviderTest.kt"
- line="88"
- column="21"/>
- </issue>
-
- <issue
- id="DataExtractionRules"
- message="The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher."
- errorLine1=" android:allowBackup=&quot;false&quot;"
- errorLine2=" ~~~~~">
- <location
- file="src/main/AndroidManifest.xml"
- line="23"
- column="39"/>
- </issue>
-
- <issue
- id="QueryAllPackagesPermission"
- message="A `&lt;queries>` declaration should generally be used instead of QUERY_ALL_PACKAGES; see https://g.co/dev/packagevisibility for details"
- errorLine1=" &lt;uses-permission android:name=&quot;android.permission.QUERY_ALL_PACKAGES&quot; />"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/AndroidManifest.xml"
- line="6"
- column="22"/>
- </issue>
-
-</issues>
diff --git a/android/lib/resource/build.gradle.kts b/android/lib/resource/build.gradle.kts
index c162b25a0c..fa9cd5d63e 100644
--- a/android/lib/resource/build.gradle.kts
+++ b/android/lib/resource/build.gradle.kts
@@ -23,7 +23,6 @@ android {
lint {
lintConfig = file("lint.xml")
- baseline = file("lint-baseline.xml")
abortOnError = true
warningsAsErrors = true
}