feat: add XPC communication to Network Extension #133
Annotations
12 errors and 10 warnings
fmt
Process completed with exit code 2.
|
lint:
Coder Desktop/VPNXPC/VPNXPCProtocol.swift#L10
Line should be 120 characters or less; currently it has 148 characters (line_length)
|
lint:
Coder Desktop/VPN/VpnXPCInterface.swift#L28
Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
Coder Desktop/VPN/VpnXPCInterface.swift#L40
Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
Coder Desktop/VPN/VpnXPCInterface.swift#L48
Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
Coder Desktop/VPN/VpnXPCInterface.swift#L76
Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
Coder Desktop/VPN/main.swift#L17
Variable name 'GlobalXPCListenerDelegate' should start with a lowercase character (identifier_name)
|
lint:
Coder Desktop/Coder Desktop/VPNService.swift#L87
When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
lint:
Coder Desktop/Coder Desktop/VPNService.swift#L108
When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
lint:
Coder Desktop/Coder Desktop/VPNService.swift#L106
Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
Coder Desktop/Coder Desktop/VPNService.swift#L87
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
test
Process completed with exit code 2.
|
fmt:
Coder Desktop/VPN/main.swift#L8
Mark unused function arguments with _. (unusedArguments)
|
fmt:
Coder Desktop/VPN/main.swift#L17
Remove redundant internal access control. (redundantInternal)
|
fmt:
Coder Desktop/VPNXPC/VPNXPCProtocol.swift#L27
Indent code in accordance with the scope level. (indent)
|
fmt:
Coder Desktop/VPN/VpnXPCInterface.swift#L28
Remove trailing space at end of a line. (trailingSpace)
|
fmt:
Coder Desktop/VPN/VpnXPCInterface.swift#L40
Remove trailing space at end of a line. (trailingSpace)
|
fmt:
Coder Desktop/VPN/VpnXPCInterface.swift#L44
Add or remove trailing comma from the last item in a collection literal. (trailingCommas)
|
fmt:
Coder Desktop/VPN/VpnXPCInterface.swift#L48
Remove trailing space at end of a line. (trailingSpace)
|
fmt:
Coder Desktop/VPN/VpnXPCInterface.swift#L72
Add or remove trailing comma from the last item in a collection literal. (trailingCommas)
|
fmt:
Coder Desktop/VPN/VpnXPCInterface.swift#L76
Remove trailing space at end of a line. (trailingSpace)
|
fmt:
Coder Desktop/Coder Desktop/VPNService.swift#L2
Sort import statements alphabetically. (sortImports)
|