feat: manually mirror eino's code from bytedance #2
Annotations
10 errors and 1 warning
Golangci Lint:
compose/graph_node.go#L77
func `(*graphNode).isPassthrough` is unused (unused)
|
Golangci Lint:
compose/graph_node.go#L110
func `(*graphNode).setOutputKey` is unused (unused)
|
Golangci Lint:
compose/stream_reader.go#L40
func `streamReaderPacker[T].thisIsStreamReader` is unused (unused)
|
Golangci Lint:
compose/graph_call_options_test.go#L274
type `implOptFn` is unused (unused)
|
Golangci Lint:
compose/graph.go#L719
S1001: should use copy(to, from) instead of a loop (gosimple)
|
Golangci Lint:
compose/graph.go#L692
S1011: should replace loop with `branchRuns = append(branchRuns, branches...)` (gosimple)
|
Golangci Lint:
components/tool/utils/invokable_func_test.go#L212
S1016: should convert input (type Input) to Output instead of using struct literal (gosimple)
|
Golangci Lint:
callbacks/aspect_inject_test.go#L69
ineffectual assignment to ctx (ineffassign)
|
Golangci Lint:
compose/utils.go#L208
ineffectual assignment to is (ineffassign)
|
Golangci Lint:
compose/graph_test.go#L204
ineffectual assignment to out (ineffassign)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading