Skip to content

Fluent Builder Implementation #3

Fluent Builder Implementation

Fluent Builder Implementation #3

Re-run triggered January 29, 2026 15:46
Status Failure
Total duration 42s
Artifacts

lint-and-test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: binder_test.go#L12
import 'github.com/thought-machine/taskgraph/taskgraphtest' is not allowed from list 'Main' (depguard)
lint: binder_test.go#L11
import 'github.com/thought-machine/taskgraph' is not allowed from list 'Main' (depguard)
lint: binder_test.go#L9
import 'github.com/google/go-cmp/cmp/cmpopts' is not allowed from list 'Main' (depguard)
lint: binder_test.go#L8
import 'github.com/google/go-cmp/cmp' is not allowed from list 'Main' (depguard)
lint: binder.go#L8
import 'github.com/deckarep/golang-set/v2' is not allowed from list 'Main' (depguard)
lint: taskgraphtest/taskgraphtest.go#L275
calculated cyclomatic complexity for function Run is 13, max is 10 (cyclop)
lint: reflect.go#L136
calculated cyclomatic complexity for function newReflectFn is 17, max is 10 (cyclop)
lint: reflect.go#L54
calculated cyclomatic complexity for function newReflectKey is 11, max is 10 (cyclop)
lint: graph.go#L138
calculated cyclomatic complexity for function execute is 11, max is 10 (cyclop)
lint: task.go#L262
The copy of the 'for' variable "t" can be deleted (Go 1.22+) (copyloopvar)