diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-05-26 09:41:15 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-05-26 10:42:23 +0200 |
| commit | 22424b34a4eb445f8cf2e0787d3e2349ef75ee5f (patch) | |
| tree | de1e20c4d2a10c4dfd011f5f41300e8e6249a850 /android/config | |
| parent | 12b72a171e6e5e0005444685d0605f6021e9090f (diff) | |
| download | mullvadvpn-22424b34a4eb445f8cf2e0787d3e2349ef75ee5f.tar.xz mullvadvpn-22424b34a4eb445f8cf2e0787d3e2349ef75ee5f.zip | |
Fix and update lint baseline
Diffstat (limited to 'android/config')
| -rw-r--r-- | android/config/lint-baseline.xml | 101 |
1 files changed, 1 insertions, 100 deletions
diff --git a/android/config/lint-baseline.xml b/android/config/lint-baseline.xml index bc01f77561..674a462903 100644 --- a/android/config/lint-baseline.xml +++ b/android/config/lint-baseline.xml @@ -63,106 +63,7 @@ id="Aligned16KB" message="The native library `arm64-v8a/libmockkjvmtiagent.so` (from `io.mockk:mockk-agent-android:1.14.2`) is not 16 KB aligned"> <location - file="../../../../.gradle/caches/8.14.1/transforms/5539342577cc00b53e44ce9b0769cbe0/transformed/mockk-agent-android-1.14.2/jni/arm64-v8a/libmockkjvmtiagent.so"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `buildTopText` of class `AutoConnectAndLockdownModeScreenKt` requires synthetic accessor" - errorLine1=" @Composable { buildTopText(id = R.string.auto_connect_carousel_first_slide_top_text) }," - errorLine2=" ~~~~~~~~~~~~"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/AutoConnectAndLockdownModeScreen.kt" - line="310" - column="27"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `buildTopText` of class `AutoConnectAndLockdownModeScreenKt` requires synthetic accessor" - errorLine1=" @Composable { buildTopText(id = R.string.auto_connect_carousel_second_slide_top_text) }," - errorLine2=" ~~~~~~~~~~~~"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/AutoConnectAndLockdownModeScreen.kt" - line="316" - column="27"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `buildLockdownTopText` of class `AutoConnectAndLockdownModeScreenKt` requires synthetic accessor" - errorLine1=" annotatedTopText = @Composable { buildLockdownTopText() }," - errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/AutoConnectAndLockdownModeScreen.kt" - line="321" - column="42"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `generateOtherStates` of class `ConnectUiStatePreviewParameterProviderKt` requires synthetic accessor" - errorLine1=" override val values = sequenceOf(ConnectUiState.INITIAL) + generateOtherStates()" - errorLine2=" ~~~~~~~~~~~~~~~~~~~"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/compose/preview/ConnectUiStatePreviewParameterProvider.kt" - line="11" - column="64"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `generateCountryCode` of class `RelayItemPreviewDataKt` requires synthetic accessor" - errorLine1=" id = name.generateCountryCode()," - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/compose/preview/RelayItemPreviewData.kt" - line="17" - column="18"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `generateRelayItemCity` of class `RelayItemPreviewDataKt` requires synthetic accessor" - errorLine1=" generateRelayItemCity(" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/compose/preview/RelayItemPreviewData.kt" - line="20" - column="21"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `generateCountryCode` of class `RelayItemPreviewDataKt` requires synthetic accessor" - errorLine1=" name.generateCountryCode()," - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/compose/preview/RelayItemPreviewData.kt" - line="22" - column="25"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `sort` of class `SplitTunnelingViewModelStateKt` requires synthetic accessor" - errorLine1=" excludedApps = excluded.sort()," - errorLine2=" ~~~~~~~~~~~~~"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/viewmodel/SplitTunnelingViewModelState.kt" - line="25" - column="36"/> - </issue> - - <issue - id="SyntheticAccessor" - message="Access to `private` method `sort` of class `SplitTunnelingViewModelStateKt` requires synthetic accessor" - errorLine1=" if (showSystemApps) {" - errorLine2=" ^"> - <location - file="src/main/kotlin/net/mullvad/mullvadvpn/viewmodel/SplitTunnelingViewModelState.kt" - line="27" - column="25"/> + file="*/caches/8.14.1/transforms/5539342577cc00b53e44ce9b0769cbe0/transformed/mockk-agent-android-1.14.2/jni/arm64-v8a/libmockkjvmtiagent.so"/> </issue> </issues> |
