Skip to content

style: run gofmt on lint-failing files#157

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

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

Conversation

@marcus
Copy link
Copy Markdown
Owner

@marcus marcus commented Apr 21, 2026

Summary

  • run gofmt -w on the Go files currently reported by gofmt -l .
  • keep the scope to formatting cleanup and remove the accidental smart-quote comment regression from the previous attempt
  • add a small test helper in internal/features/features_test.go so feature-flag tests reset relevant TD_* env vars and pass under the current shell environment

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 called out in the repo README.
  • Unrelated untracked files already present in the worktree were left untouched.

Automated by nightshift

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