RPC setup #6 #117
ci.yml
on: pull_request
Swift Lint
37s
Build and Test
3m 45s
Annotations
5 errors
Swift Lint:
RPC/Sources/RPC/RPCController.swift#L23
Force Try Violation: Force tries should be avoided (force_try)
|
Swift Lint:
RPC/Sources/RPC/RPCController.swift#L23
Line Length Violation: Line should be 140 characters or less; currently it has 142 characters (line_length)
|
Swift Lint:
RPC/Sources/RPC/RPCController.swift#L41
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
Swift Lint:
RPC/Sources/RPC/RPCController.swift#L48
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
Build and Test
Process completed with exit code 2.
|