Add support for controlling eebus-go via JSON-RPC from another proces… #648
Annotations
8 errors
Lint:
usecases/cem/cevc/public_scen2.go#L108
G115: integer overflow conversion int -> uint (gosec)
|
Lint:
cmd/remote/reflection.go#L231
unnecessary trailing newline (whitespace)
|
Lint:
cmd/remote/framer.go#L51
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
cmd/remote/main.go#L79
ineffectual assignment to err (ineffassign)
|
Lint:
cmd/remote/util.go#L74
ineffectual assignment to err (ineffassign)
|
Lint:
cmd/remote/rpc.go#L163
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
|
Lint:
cmd/remote/rpc.go#L158
SA9003: empty branch (staticcheck)
|
Test
Process completed with exit code 1.
|
Loading