-
-
Notifications
You must be signed in to change notification settings - Fork 721
fix(linter): fix no-fallthrough rule, when the default condition is not last #12927
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
Conversation
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. |
|
thanks for the contribution, can we add a test case for this behaviour. |
9ae4953 to
b951868
Compare
|
I add the test case for it. |
CodSpeed Instrumentation Performance ReportMerging #12927 will not alter performanceComparing Summary
Footnotes |
8e2592d to
b180080
Compare
camc314
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
camc314
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
…ot last (oxc-project#12927) In the previous implementation, if the default condition was not the last one, the order of cfg_ids was incorrect fixes oxc-project#12793 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Cameron Clark <cameron.clark@hey.com>
In the previous implementation, if the default condition was not the last one, the order of cfg_ids was incorrect
fixes #12793