Unignore moq-mux test fixtures#1382
Conversation
The *.mp4 ignore rule was matching the committed test fixtures in rs/moq-mux/src/import/test/, causing release-plz to fail with "the working directory of this project has uncommitted changes" because it refuses to operate when tracked files are also gitignored. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
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 (1)
WalkthroughA negation rule is added to the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
*.mp4rule in.gitignorematched the committed test fixtures underrs/moq-mux/src/import/test/, leaving them both tracked and ignored.release-plzrefuses to compute next versions in that state, which broke theReleasejob onmain(run 25411375308).!rs/moq-mux/src/import/test/*.mp4to re-include those fixtures.Test plan
git ls-files -ci --exclude-standardreturns emptygit check-ignoreno longer matches the three fixturesReleaserun onmainsucceeds🤖 Generated with Claude Code