Add negative leak test for iOS #5898
Annotations
8 warnings
Run swiftlint
swiftlint 0.57.1 is already installed and up-to-date.
To reinstall 0.57.1, run:
brew reinstall swiftlint
|
Run swiftlint:
MullvadRustRuntimeTests/MullvadPostQuantum+Stubs.swift#L15
SwiftLint rule 'function_parameter_count' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
Run swiftlint:
MullvadVPNUITests/Networking/TrafficGenerator.swift#L91
Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Run swiftlint:
MullvadVPNUITests/Networking/TrafficGenerator.swift#L81
Lines should not have trailing whitespace (trailing_whitespace)
|
Run swiftlint:
MullvadVPNUITests/Networking/TrafficGenerator.swift#L52
Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
Run swiftlint:
MullvadRustRuntime/EphemeralPeerNegotiator.swift#L14
SwiftLint rule 'function_parameter_count' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
Run swiftlint:
MullvadVPNUITests/Base/BaseUITestCase.swift#L420
File should contain 400 lines or less: currently contains 420 (file_length)
|
Run swiftlint:
PacketTunnelCore/Actor/PacketTunnelActor.swift#L102
Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
|
Loading