chore: interface{}→any in conformance harness; ignore tracker CLI binary#495
Open
clintecker wants to merge 1 commit into
Open
chore: interface{}→any in conformance harness; ignore tracker CLI binary#495clintecker wants to merge 1 commit into
clintecker wants to merge 1 commit into
Conversation
- cmd/tracker-conformance/main.go: modernize interface{} to the any alias
(consistent with the #455 hygiene sweep)
- .gitignore: exclude the compiled /cmd/tracker/tracker binary, matching
the existing /cmd/trackerbot/trackerbot entry
Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01GVTTPqhd6w2tzmgwEqJpL3
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe conformance CLI replaces ChangesConformance CLI JSON types
Generated binary ignore rules
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small repo-hygiene follow-up to #455.
Changes
cmd/tracker-conformance/main.go— modernizeinterface{}→ theanyalias, consistent with the chore: repo hygiene sweep — committed critique artifact, untracked clutter, .scratch gofmt violation, interface{} → any #455 sweep..gitignore— exclude the compiled/cmd/tracker/trackerbinary, matching the existing/cmd/trackerbot/trackerbotentry (the binary was showing up as untracked).Verification
go build ./cmd/tracker-conformance/passes🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by CodeRabbit