Skip to content

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

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

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

Triggered via pull request October 25, 2024 13:03
Status Success
Total duration 2m 28s
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#L178
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
Build: cmd/remote/rpc.go#L173
SA9003: empty branch (staticcheck)