CI Core #56837
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#L221
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.go#L116
shadow: declaration of "ok" shadows declaration at line 107 (govet)
|
Golang Lint:
core/capabilities/remote/target_receiver.go#L136
shadow: declaration of "err" shadows declaration at line 132 (govet)
|
Golang Lint:
core/capabilities/remote/target_receiver.go#L140
shadow: declaration of "err" shadows declaration at line 136 (govet)
|
Golang Lint:
core/capabilities/remote/target_caller_test.go#L119
shadow: declaration of "err" shadows declaration at line 113 (govet)
|
Golang Lint:
core/capabilities/remote/target_caller_test.go#L463
shadow: declaration of "err" shadows declaration at line 441 (govet)
|
Golang Lint:
core/capabilities/remote/target_receiver.go#L121
ineffectual assignment to ok (ineffassign)
|
Golang Lint:
core/capabilities/remote/target_caller_test.go#L67
ineffectual assignment to err (ineffassign)
|
Golang Lint:
core/capabilities/remote/target_caller_test.go#L156
ineffectual assignment to err (ineffassign)
|
Loading