fix(linter): rule unicorn/escape-case#9585
fix(linter): rule unicorn/escape-case#9585therewillbecode wants to merge 2 commits intooxc-project:mainfrom
unicorn/escape-case#9585Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
CodSpeed Performance ReportMerging #9585 will not alter performanceComparing Summary
|
shulaoda
left a comment
There was a problem hiding this comment.
Could you add the related test case?
I probably shouldn't have said this PR fixes the issue in hindsight since I failed to reproduce the bug because the given example in the issue had the missing characters stripped from it by Github. Should I just change the title of this PR to a refactor and not reference the issue? |
Sorry, this is an issue I introduced. I have fixed it in #9638. |
|
@shulaoda Would it be useful to introduce the changes in this PR anyway since they remove unsafe |
The loop |
Fixes #9583
Remove the unwraps from the rule so panics cannot happen.