dispatch/reap_test.go fails gofmt (double space before inline comments), blocks make lint #64

Closed
opened 2026-06-04 06:32:08 +00:00 by coilysiren · 0 comments
Owner

Problem

dispatch/reap_test.go lines 52-54 use a double space before inline // comments, which gofmt rejects. make lint (golangci-lint gofmt) fails repo-wide on it, blocking unrelated work. Committed in a4d530c ("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.

## Problem `dispatch/reap_test.go` lines 52-54 use a double space before inline `//` comments, which `gofmt` rejects. `make lint` (golangci-lint gofmt) fails repo-wide on it, blocking unrelated work. Committed in `a4d530c` ("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.
coilysiren 2026-06-06 04:26:53 +00:00
  • closed this issue
  • added the
    P0
    label
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#64
No description provided.