Migration from StoreKit 1 to StoreKit 2 #1086
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:
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/Signup/LoginViewController.swift#L436
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
|
SwiftLint:
IVPNClient/Scenes/Signup/LoginViewController.swift#L458
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
|
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/MainScreen/ControlPanel/ControlPanelViewController+Ext.swift#L276
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
|
SwiftLint:
IVPNClient/Scenes/MainScreen/ControlPanel/ControlPanelViewController+Ext.swift#L298
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
|
SwiftLint:
IVPNClient/Scenes/MainScreen/ControlPanel/FloatingPanelMainLayout.swift#L233
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)
|