Add support for controlling eebus-go via JSON-RPC from another process #643
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)
|