Skip to content

Code quality: remove dead code, deduplicate padRight, clean exports#148

Merged
that-github-user merged 1 commit into
mainfrom
fix-code-quality-130-132-133
Mar 29, 2026
Merged

Code quality: remove dead code, deduplicate padRight, clean exports#148
that-github-user merged 1 commit into
mainfrom
fix-code-quality-130-132-133

Conversation

@that-github-user

Copy link
Copy Markdown
Owner

Summary

Change type

  • Refactor
  • Chore

Related issue

Closes #130, #132, #133

How to test

npm test  # 236 tests pass

Breaking changes

  • This PR introduces breaking changes

🤖 Generated with Claude Code

- Remove extractRunNumber (always returned -1, dead code) (#130)
- Import padRight from display.ts instead of duplicating in evaluate.ts (#132)
- Make CleanOptions, CompareOptions, StatsOptions non-exported (unused externally) (#133)
- Keep ApplyOptions exported (used in tests)

Closes #130
Closes #132
Closes #133

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

Dead code: extractRunNumber always returns -1

1 participant