Skip to content

RPC setup #6

RPC setup #6 #117

Triggered via pull request July 29, 2024 15:42
Status Failure
Total duration 4m 35s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.