summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-03-16 13:41:37 +0100
committerAlbin <albin@mullvad.net>2023-03-16 13:41:37 +0100
commitd0dac0017275ee885efa89aa664aa73fa4c992df (patch)
tree0704422d0edf8731c80b9881dfeb0ca336769cf8
parent2aa5db3eeccfdefc0f80aba0ae5838abcfa2b6d0 (diff)
downloadmullvadvpn-d0dac0017275ee885efa89aa664aa73fa4c992df.tar.xz
mullvadvpn-d0dac0017275ee885efa89aa664aa73fa4c992df.zip
Cleanup lint baseline from file migration logic
-rw-r--r--android/app/lint-baseline.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/android/app/lint-baseline.xml b/android/app/lint-baseline.xml
index c0c2084b9d..2887f5fccb 100644
--- a/android/app/lint-baseline.xml
+++ b/android/app/lint-baseline.xml
@@ -178,17 +178,6 @@
</issue>
<issue
- id="SdCardPath"
- message="Do not hardcode &quot;`/data/`&quot;; use `Context.getFilesDir().getPath()` instead"
- errorLine1=" FileMigrator(File(&quot;/data/data/net.mullvad.mullvadvpn&quot;), vpnService.filesDir).apply {"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/kotlin/net/mullvad/mullvadvpn/service/DaemonInstance.kt"
- line="77"
- column="28"/>
- </issue>
-
- <issue
id="RedundantLabel"
message="Redundant label can be removed"
errorLine1=" android:label=&quot;@string/app_name&quot;"