Skip to content

AntiTracker Plus

AntiTracker Plus #851

Triggered via pull request July 6, 2023 14:55
Status Failure
Total duration 56s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
44s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
SwiftLint: IVPNClient/Managers/AppKeyManager.swift#L114
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning. (shorthand_operator)
SwiftLint: IVPNClient/Utilities/Kem/KemHelper.swift#L28
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name. (redundant_string_enum_value)
SwiftLint: IVPNClient/Models/VPNServerList.swift#L95
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 29 (cyclomatic_complexity)
SwiftLint: IVPNClient/Scenes/ViewControllers/ProtocolViewController.swift#L238
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 31 (cyclomatic_complexity)
SwiftLint: IVPNClient/Scenes/ViewControllers/MTUViewController.swift#L103
Trailing Newline Violation: Files should have a single trailing newline. (trailing_newline)
SwiftLint: IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift#L220
Unused Closure Parameter Violation: Unused parameter "contextualAction" in a closure should be replaced with _. (unused_closure_parameter)
SwiftLint: IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift#L220
Unused Closure Parameter Violation: Unused parameter "view" in a closure should be replaced with _. (unused_closure_parameter)
SwiftLint: IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift#L220
Unused Closure Parameter Violation: Unused parameter "boolValue" in a closure should be replaced with _. (unused_closure_parameter)
SwiftLint: IVPNClient/AppDelegate.swift#L349
Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)
SwiftLint: IVPNClient/Managers/APIClient.swift#L123
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 18 (cyclomatic_complexity)
SwiftLint: IVPNWidget/IVPNWidget.swift#L83
Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)