feat: add branch naming conventions in CLAUDE.md#1288
Conversation
Signed-off-by: Sylvain Rabot <sylvain@formance.com>
WalkthroughAdded a "Ledger" section to project documentation that defines standardized branch naming conventions. Includes enumerated prefixes (feat/, fix/, refactor/, test/, docs/, chore/, style/, perf/, build/, release/, hotfix/) with their intended usage and release branch patterns. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CLAUDE.md`:
- Around line 14-15: Standardize the branch-pattern examples so both use the
same trailing-slash style: change either `release/<version>` to
`release/<version>/` or `hotfix/<version>/` to `hotfix/<version>` in CLAUDE.md
so both patterns match consistently (e.g., make both `release/<version>` and
`hotfix/<version>`).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1288 +/- ##
==========================================
- Coverage 79.42% 79.31% -0.11%
==========================================
Files 205 205
Lines 10998 10998
==========================================
- Hits 8735 8723 -12
- Misses 1567 1577 +10
- Partials 696 698 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.