chore: update servers.json #1145
Annotations
10 warnings
SwiftLint:
IVPNClient/Scenes/Signup/LoginViewController.swift#L384
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 31 (cyclomatic_complexity)
|
SwiftLint:
IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelMainLayout.swift#L233
Trailing Newline Violation: Files should have a single trailing newline. (trailing_newline)
|
SwiftLint:
IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController+Ext.swift#L224
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 31 (cyclomatic_complexity)
|
SwiftLint:
IVPNClient/Scenes/ViewControllers/ProtocolViewController.swift#L258
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 39 (cyclomatic_complexity)
|
SwiftLint:
IVPNClient/Scenes/ViewControllers/MTUViewController.swift#L103
Trailing Newline Violation: Files should have a single trailing newline. (trailing_newline)
|
SwiftLint:
IVPNClient/Managers/PurchaseManager.swift#L45
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant. (redundant_optional_initialization)
|
SwiftLint:
IVPNClient/Managers/PurchaseManager.swift#L50
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
SwiftLint:
IVPNClient/Managers/APIClient.swift#L131
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 18 (cyclomatic_complexity)
|
SwiftLint:
IVPNClient/Models/AppIntents.swift#L24
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line. Currently 2. (vertical_whitespace)
|
SwiftLint:
IVPNClient/Models/V2Ray/V2RayConfig.swift#L66
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|