Obfuscation with V2Ray #942
Annotations
11 warnings
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/Models/V2Ray/V2RayCore.swift#L39
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant. (redundant_optional_initialization)
|
SwiftLint:
IVPNClient/Models/V2Ray/V2RayCore.swift#L55
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant. (redundant_optional_initialization)
|
SwiftLint:
IVPNClient/Models/V2Ray/V2RayConfig.swift#L115
Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)
|
SwiftLint:
IVPNClient/Models/V2Ray/V2RayConfig.swift#L66
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
SwiftLint:
IVPNClient/Models/V2Ray/V2RayConfig.swift#L115
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|