Skip to content

style: run gofmt on lint-failing files#156

Open
marcus wants to merge 1 commit intomainfrom
codex/lint-fix
Open

style: run gofmt on lint-failing files#156
marcus wants to merge 1 commit intomainfrom
codex/lint-fix

Conversation

@marcus
Copy link
Copy Markdown
Owner

@marcus marcus commented Apr 21, 2026

Summary

  • run gofmt -w on the files reported by gofmt -l .
  • keep the scope to Go formatting/style cleanup only
  • make internal/features tests hermetic against ambient feature-flag env vars so the existing validation suite passes reliably

Validation

  • gofmt -l .
  • go vet ./...
  • go test ./...
  • go build ./...

Notes

  • Assumption: this pass does not introduce a new lint tool; gofmt remains the active quality bar described in the repo README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant