Replace PDFs with SVGs from desktop/.../assets
where available
#6310
Annotations
10 warnings
Run swiftlint:
PacketTunnel/PacketTunnelProvider/PacketTunnelProvider.swift#L423
File should contain 400 lines or less: currently contains 423 (file_length)
|
Run swiftlint:
PacketTunnelCoreTests/MultiHopEphemeralPeerExchangerTests.swift#L163
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Run swiftlint:
MullvadREST/ApiHandlers/RESTResponseHandler.swift#L26
TODOs should be resolved (We could probably remove the `...) (todo)
|
Run swiftlint:
MullvadVPN/Coordinators/Settings/SettingsCoordinator.swift#L45
Sendable conformance is redundant on an actor-isolated type (redundant_sendable)
|
Run swiftlint:
MullvadVPN/Coordinators/ApplicationCoordinator.swift#L839
File should contain 400 lines or less: currently contains 839 (file_length)
|
Run swiftlint:
MullvadVPN/Coordinators/CustomLists/EditLocationsCoordinator.swift#L16
Sendable conformance is redundant on an actor-isolated type (redundant_sendable)
|
Run swiftlint:
MullvadVPN/SimulatorTunnelProvider/SimulatorTunnelProviderHost.swift#L113
Function body should span 50 lines or less excluding comments and whitespace: currently spans 63 lines (function_body_length)
|
Run swiftlint:
MullvadVPN/View controllers/Settings/SettingsCellFactory.swift#L17
Sendable conformance is redundant on an actor-isolated type (redundant_sendable)
|
Run swiftlint:
MullvadVPN/View controllers/VPNSettings/VPNSettingsInfoButtonItem.swift#L28
Line should be 120 characters or less; currently it has 128 characters (line_length)
|
Run swiftlint:
MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift#L174
Lines should not have trailing whitespace (trailing_whitespace)
|
Loading