dispatch: reap_test.go not gofmt-clean, blocks pushes to main #52
Labels
No labels
burndown-2026-06
sunday-sprint
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/umbra#52
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
dispatch/reap_test.go has double-space-before-comment on 4 lines
(L52-55), so
gofmt -lflags it. The pre-push golangci-lint hookgates every push on a clean tree, so this pre-existing miss blocks all
pushes to main until fixed.
gofmt -wresolves it.