-
Notifications
You must be signed in to change notification settings - Fork 45
fix: add # to sanitize_branch_name to prevent shebang issues #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: add # to sanitize_branch_name to prevent shebang issues #44
Conversation
# in folder names breaks Python venv shebang lines because shell interprets # as comment start, truncating the path. Closes coderabbitai#43
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (6)lib/**/*.sh📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
**/*.sh📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
**/*.{bash,fish,sh}📄 CodeRabbit inference engine (.github/instructions/sh.instructions.md)
Files:
{bin/gtr,lib/**/*.sh,adapters/**/*.sh}📄 CodeRabbit inference engine (.github/instructions/testing.instructions.md)
Files:
**/lib/*.sh📄 CodeRabbit inference engine (CLAUDE.md)
Files:
lib/*.sh📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🔇 Additional comments (1)
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
#to the list of characters sanitized in branch names#appears in folder pathsRelated Issue
Closes #43
Changes
lib/core.sh-sanitize_branch_name():Test performed
feature/issue#123feature-issue-123Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.