-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Correct handling of updater
directory in sorbet
#8247
Conversation
74b060d
to
d205c1e
Compare
Also subsequently ran:
To automatically update the type strength where possible, without any code changes. |
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.
Nice catch, I guess I glossed over that ignore
!
I wonder if we should put together a script/types
that runs a series of idempotent typing related commands to make it easier to keep things in shipshape?
I would start with making the |
The current configuration had 2 directories listed,
.
andupdater
. However, Sorbet only allows for a single directory. Additionally, we also had--ignore=updater
. This configuration appeared to be accepted but hid some errors.Also, a couple of points about
todo.rbi
:todo.rbi
, never added. Either:.rbi
insorbet/rbi/shims
spoom
generated.rbi
should be added insorbet/rbi/gems
Dependabot::
classes or modules should appear intodo.rbi
# typed: true