CI Core #56973
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#L113
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_receiver_test.go#L74
context-as-argument: context.Context should be the first parameter of a function (revive)
|
Golang Lint:
core/capabilities/remote/target_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_caller.go#L142
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#L102
ineffectual assignment to err (ineffassign)
|
Golang Lint
issues found
|
Loading