diff options
| author | Albin <albin@mullvad.net> | 2023-03-16 13:41:37 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-03-16 13:41:37 +0100 |
| commit | d0dac0017275ee885efa89aa664aa73fa4c992df (patch) | |
| tree | 0704422d0edf8731c80b9881dfeb0ca336769cf8 /android | |
| parent | 2aa5db3eeccfdefc0f80aba0ae5838abcfa2b6d0 (diff) | |
| download | mullvadvpn-d0dac0017275ee885efa89aa664aa73fa4c992df.tar.xz mullvadvpn-d0dac0017275ee885efa89aa664aa73fa4c992df.zip | |
Cleanup lint baseline from file migration logic
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"" |
