Skip to content

Merge pull request #425 from ivpn/bugfix/secaucus-overlays-with-ny #1074

Merge pull request #425 from ivpn/bugfix/secaucus-overlays-with-ny

Merge pull request #425 from ivpn/bugfix/secaucus-overlays-with-ny #1074

Triggered via push February 5, 2024 11:48
Status Success
Total duration 31s
Artifacts

swiftlint.yml

on: push
SwiftLint
23s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
SwiftLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
SwiftLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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)
SwiftLint: IVPNWidget/IVPNWidget.swift#L73
Unneeded Break in Switch Violation: Avoid using unneeded break statements. (unneeded_break_in_switch)
SwiftLint: IVPNWidget/IVPNWidget.swift#L33
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
SwiftLint: IVPNWidget/IVPNWidget.swift#L38
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
SwiftLint: IVPNWidget/IVPNWidget.swift#L42
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
SwiftLint: IVPNClient/AppDelegate.swift#L367
Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)
SwiftLint: IVPNClient/Enums/AddressType.swift#L35
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
SwiftLint: IVPNClient/Enums/AddressType.swift#L33
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
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/Managers/APIClient.swift#L131
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 18 (cyclomatic_complexity)