style: replace curly apostrophes with straight apostrophes - #1667
Conversation
- Replace all instances of Unicode right single
quotation mark (') with ASCII apostrophe (')
|
Caution Review failedPull request was closed or merged during review 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 (32)
WalkthroughThis PR performs a comprehensive cleanup of apostrophe characters throughout the codebase, normalizing smart/curly apostrophes to straight ASCII characters in documentation comments, and extracts an error sentinel in manifest URL construction. ChangesApostrophe normalization and error handling refactor
🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1667 +/- ##
=======================================
Coverage 75.01% 75.01%
=======================================
Files 58 58
Lines 9857 9857
=======================================
Hits 7394 7394
Misses 2203 2203
Partials 260 260
🚀 New features to boost your workflow:
|
This PR standarizes the apostrophe character used throughout the codebase.
Change
Summary by CodeRabbit