Skip to content

Add support for controlling eebus-go via JSON-RPC from another process #643

Add support for controlling eebus-go via JSON-RPC from another process

Add support for controlling eebus-go via JSON-RPC from another process #643

Triggered via pull request October 28, 2024 15:31
Status Success
Total duration 1m 33s
Artifacts

default.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Build: cmd/remote/ucs.go#L36
Error return value of `r.registerStaticReceiverProxy` is not checked (errcheck)
Build: usecases/cem/cevc/public_scen2.go#L108
G115: integer overflow conversion int -> uint (gosec)
Build: cmd/remote/reflection.go#L231
unnecessary trailing newline (whitespace)
Build: cmd/remote/framer.go#L51
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
Build: cmd/remote/main.go#L79
ineffectual assignment to err (ineffassign)
Build: cmd/remote/util.go#L74
ineffectual assignment to err (ineffassign)
Build: cmd/remote/rpc.go#L163
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
Build: cmd/remote/rpc.go#L158
SA9003: empty branch (staticcheck)