-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add more Sorbet types #12490
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
Add more Sorbet types #12490
Conversation
gradle/lib/dependabot/gradle/file_parser/repositories_finder.rb
Outdated
Show resolved
Hide resolved
gradle/lib/dependabot/gradle/file_parser/repositories_finder.rb
Outdated
Show resolved
Hide resolved
gradle/lib/dependabot/gradle/file_parser/repositories_finder.rb
Outdated
Show resolved
Hide resolved
nuget/spec/spec_helper.rb
Outdated
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.
Everything under spec
is ignored from Sorbet 😅 Sorbet + RSpec doesn't work 😭
These are pretty major changes. We'll need to monitor telemetry once this is deployed for |
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.
Please check if we can further remove untyped.
@randhircs updated based on your comments. The submit-nuget failure seems unrelated to my change since it's failing for everyone. |
Created #12546 to track this |
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 for your recheck, I approve.
b07b2a7
to
5ada332
Compare
What are you trying to accomplish?
Adding more Sorbet types to easy Ruby development.
Anything you want to highlight for special attention from reviewers?
How will you know you've accomplished your goal?
Checklist