Merge pull request #426 from gauravkeshre/patch-1 #1075
Annotations
12 warnings
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/.
|
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/
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
IVPNWidget/IVPNWidget.swift#L73
Unneeded Break in Switch Violation: Avoid using unneeded break statements. (unneeded_break_in_switch)
|
GitHub Action for SwiftLint:
IVPNWidget/IVPNWidget.swift#L33
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
|
GitHub Action for SwiftLint:
IVPNWidget/IVPNWidget.swift#L38
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
|
GitHub Action for SwiftLint:
IVPNWidget/IVPNWidget.swift#L42
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
IVPNClient/Enums/AddressType.swift#L35
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
GitHub Action for SwiftLint:
IVPNClient/Enums/AddressType.swift#L33
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
IVPNClient/Managers/APIClient.swift#L131
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 18 (cyclomatic_complexity)
|
The logs for this run have expired and are no longer available.
Loading