-
Notifications
You must be signed in to change notification settings - Fork 182
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
Migrate to RBS signatures supported by Sorbet #3222
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Alexandre Terrasa <[email protected]>
Signed-off-by: Alexandre Terrasa <[email protected]>
How to use the Graphite Merge QueueAdd the label graphite-merge to this PR to add it to 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. |
@@ -87,7 +94,3 @@ Layout/ClassStructure: | |||
- include | |||
- prepend | |||
- extend | |||
|
|||
Layout/LeadingCommentSpace: |
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.
Just reordering by alphabetical order
@@ -87,7 +94,3 @@ Layout/ClassStructure: | |||
- include | |||
- prepend | |||
- extend | |||
|
|||
Layout/LeadingCommentSpace: | |||
Enabled: true |
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.
It's already enabled by default
Signed-off-by: Alexandre Terrasa <[email protected]>
Signed-off-by: Alexandre Terrasa <[email protected]>
Using `spoom srb sigs translate` Signed-off-by: Alexandre Terrasa <[email protected]>
This PRs bump our Sorbet version to v0.5.11842 so we can start using RBS comment signatures instead of the
sig{}
syntax 🎉I migrated all the signatures using
spoom srb sigs translate
.Note that for the moment we're not translating signatures that contain
abstract
.