Workflow #4167
Annotations
11 errors
Upload test results
Input required and not supplied: path
|
Run golangci-lint:
cmd/workflow/list.go#L85
ineffectual assignment to err (ineffassign)
|
Run golangci-lint:
cmd/workflow/history.go#L64
ineffectual assignment to err (ineffassign)
|
Run golangci-lint:
cmd/workflow/history.go#L62
ineffectual assignment to err (ineffassign)
|
Run golangci-lint:
cmd/workflow/workflow.go#L212
shadow: declaration of "connFlag" shadows declaration at line 198 (govet)
|
Run golangci-lint:
cmd/workflow/list.go#L70
shadow: declaration of "err" shadows declaration at line 43 (govet)
|
Run golangci-lint:
cmd/workflow/list.go#L62
shadow: declaration of "err" shadows declaration at line 43 (govet)
|
Run golangci-lint:
pkg/workflow/purge.go#L51
shadow: declaration of "err" shadows declaration at line 40 (govet)
|
Run golangci-lint:
pkg/workflow/list.go#L151
copylocks: call of protos.OrchestrationMetadata copies lock value: github.com/dapr/durabletask-go/workflow.WorkflowMetadata contains google.golang.org/protobuf/runtime/protoimpl.MessageState contains sync.Mutex (govet)
|
Run golangci-lint:
cmd/workflow/workflow.go#L43
var `flagTable` is unused (unused)
|
Run golangci-lint:
cmd/workflow/workflow.go#L42
var `flagConnectionString` is unused (unused)
|
Loading