dispatch: reap_test.go not gofmt-clean, blocks pushes to main #52

Closed
opened 2026-06-03 20:19:31 +00:00 by coilysiren · 0 comments
Owner

dispatch/reap_test.go has double-space-before-comment on 4 lines
(L52-55), so gofmt -l flags it. The pre-push golangci-lint hook
gates every push on a clean tree, so this pre-existing miss blocks all
pushes to main until fixed. gofmt -w resolves it.

dispatch/reap_test.go has double-space-before-comment on 4 lines (L52-55), so `gofmt -l` flags it. The pre-push golangci-lint hook gates every push on a clean tree, so this pre-existing miss blocks all pushes to main until fixed. `gofmt -w` resolves it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/cli-guard#52
No description provided.