gofmt two files, so make test reaches the tests #174

Merged
kami merged 2 commits from fix/gofmt-ecosystem-acts into master 2026-08-06 10:05:09 +02:00
Owner

make test fails at its first gate, fmt-check, on master. Two files, and the second was invisible until the first was clean.

  • cmd/mavend/ecosystem_acts.go — struct field alignment, drifted in 190cf0c (V-623)
  • internal/mcp/mcp_test.go — method comment alignment, from the mcp sweep (V-613)

No behaviour change, gofmt only. make test exits 0 with both applied.

`make test` fails at its first gate, `fmt-check`, on master. Two files, and the second was invisible until the first was clean. - `cmd/mavend/ecosystem_acts.go` — struct field alignment, drifted in `190cf0c` (V-623) - `internal/mcp/mcp_test.go` — method comment alignment, from the mcp sweep (V-613) No behaviour change, gofmt only. `make test` exits 0 with both applied.
kami added 2 commits 2026-08-06 09:50:12 +02:00
The struct field alignment drifted when the confirm's action id landed, and
fmt-check is the first gate in make test. Every branch cut since inherited a
red suite for a reason no branch owned.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Second file behind the first: fmt-check stops at the first failure, so the
mcp sweep's test file was invisible until ecosystem_acts.go was clean.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
kami merged commit b86172a98d into master 2026-08-06 10:05:09 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kami/Maven#174