Skip to content

Add socks5 proxy [POC] IOS-358 #3732

Add socks5 proxy [POC] IOS-358

Add socks5 proxy [POC] IOS-358 #3732

Triggered via pull request October 23, 2023 17:58
Status Failure
Total duration 3m 35s
Artifacts

ios.yml

on: pull_request
Check formatting
34s
Check formatting
Run swiftlint
20s
Run swiftlint
Unit tests
3m 24s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Unit tests
Process completed with exit code 70.
Run swiftlint: Shared/ApplicationConfiguration.swift#L41
FIXMEs should be resolved (Used for debugging purposes du...) (todo)
Run swiftlint: PacketTunnelCore/Actor/ObservedState+Extensions.swift#L27
TODOs should be resolved (fix me) (todo)
Run swiftlint: PacketTunnelCore/Actor/PacketTunnelActor.swift#L279
Function body should span 50 lines or less excluding comments and whitespace: currently spans 53 lines (function_body_length)
Run swiftlint: MullvadTransport/Socks5/Socks5EndpointReader.swift#L55
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run swiftlint: MullvadTransport/Socks5/Socks5EndpointReader.swift#L55
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run swiftlint: MullvadTransport/Socks5/Socks5EndpointReader.swift#L76
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run swiftlint: MullvadTransport/Socks5/Socks5EndpointReader.swift#L76
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run swiftlint: MullvadTransport/Socks5/Socks5ConnectNegotiation.swift#L43
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run swiftlint: MullvadTransport/Socks5/Socks5ConnectNegotiation.swift#L43
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run swiftlint: MullvadTransport/Socks5/Socks5ConnectNegotiation.swift#L98
Prefer `!= nil` over `let _ =` (unused_optional_binding)