dispatch/reap_test.go fails gofmt (double space before inline comments), blocks make lint #64
Labels
No labels
burndown-2026-06
sunday-sprint
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/cli-guard#64
Loading…
Add table
Add a link
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?
Problem
dispatch/reap_test.golines 52-54 use a double space before inline//comments, whichgofmtrejects.make lint(golangci-lint gofmt) fails repo-wide on it, blocking unrelated work. Committed ina4d530c("chore: scrub consumer-specific references ... Part A").Fix
gofmt -w dispatch/reap_test.go(single space before the inline comments). No behavior change.Found while implementing #62.