CI Core #56977
Annotations
10 errors
Golang Lint:
core/capabilities/transmission/transmission_test.go#L91
ineffectual assignment to err (ineffassign)
|
Golang Lint:
core/capabilities/remote/target/receiver_test.go#L29
Error return value of `caller.Execute` is not checked (errcheck)
|
Golang Lint:
core/capabilities/remote/target/receiver_test.go#L57
Error return value of `caller.Execute` is not checked (errcheck)
|
Golang Lint:
core/capabilities/remote/target/receiver.go#L111
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (move short variable declaration to its own line if necessary) (revive)
|
Golang Lint:
core/capabilities/remote/target/endtoend_test.go#L259
early-return: if c { ... } else { ... panic() } can be simplified to if !c { ... panic() } ... (move short variable declaration to its own line if necessary) (revive)
|
Golang Lint:
core/capabilities/remote/target/receiver_test.go#L74
context-as-argument: context.Context should be the first parameter of a function (revive)
|
Golang Lint:
core/capabilities/remote/target/caller_request.go#L21
field `transmissionCtx` is unused (unused)
|
Golang Lint:
core/capabilities/remote/target/caller_test.go#L300
shadow: declaration of "err" shadows declaration at line 278 (govet)
|
Golang Lint:
core/capabilities/remote/target/caller.go#L98
ineffectual assignment to err (ineffassign)
|
Golang Lint
issues found
|
Loading