Obfuscation with V2Ray #916
Annotations
11 warnings
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/
|
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)
|
IVPNWidget/IVPNWidget.swift#L73
Unneeded Break in Switch Violation: Avoid using unneeded break statements. (unneeded_break_in_switch)
|
IVPNWidget/IVPNWidget.swift#L33
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
|
IVPNWidget/IVPNWidget.swift#L38
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
|
IVPNWidget/IVPNWidget.swift#L42
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
|
IVPNClient/Scenes/ViewControllers/ProtocolViewController.swift#L254
Cyclomatic Complexity Violation: Function should have complexity 15 or less: currently complexity equals 39 (cyclomatic_complexity)
|
IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift#L220
Unused Closure Parameter Violation: Unused parameter "contextualAction" in a closure should be replaced with _. (unused_closure_parameter)
|
IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift#L220
Unused Closure Parameter Violation: Unused parameter "view" in a closure should be replaced with _. (unused_closure_parameter)
|
IVPNClient/Scenes/ViewControllers/NetworkProtectionViewController.swift#L220
Unused Closure Parameter Violation: Unused parameter "boolValue" in a closure should be replaced with _. (unused_closure_parameter)
|
IVPNClient/Scenes/ViewControllers/MTUViewController.swift#L103
Trailing Newline Violation: Files should have a single trailing newline. (trailing_newline)
|
The logs for this run have expired and are no longer available.
Loading