diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/lint-baseline.xml | 11 |
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 "`/data/`"; use `Context.getFilesDir().getPath()` instead" - errorLine1=" FileMigrator(File("/data/data/net.mullvad.mullvadvpn"), 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="@string/app_name"" |
