Add --naming-strategy and --duplicate-name-suffix CLI options#2761
Add --naming-strategy and --duplicate-name-suffix CLI options#2761
Conversation
|
Warning Rate limit exceeded@koxudaxi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 0 minutes and 3 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (23)
✨ Finishing touches🧪 Generate unit tests (beta)
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 |
🤖 Generated by GitHub Actions
CodSpeed Performance ReportMerging #2761 will not alter performanceComparing Summary
Footnotes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2761 +/- ##
=======================================
Coverage 99.47% 99.48%
=======================================
Files 85 85
Lines 12627 12721 +94
Branches 1506 1517 +11
=======================================
+ Hits 12561 12655 +94
Misses 35 35
Partials 31 31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Add test for --naming-strategy primary-first - Add test for invalid JSON in --duplicate-name-suffix - Add test for --parent-scoped-naming backward compat (CLI) - Add test for generate() with parent_scoped_naming=True (API)
Breaking Change AnalysisResult: No breaking changes detected Reasoning: This PR adds new features without breaking existing functionality. The new This analysis was performed by Claude Code Action |
Fixes: #2042