Closed sambostock closed 1 year ago
This makes the following changes to the Sorbet/ForbidTUnsafe & Sorbet/ForbidTUntyped cops:
Sorbet/ForbidTUnsafe
Sorbet/ForbidTUntyped
MSG
RESTRICT_ON_SEND
on_send
This makes the following changes to the
Sorbet/ForbidTUnsafe
&Sorbet/ForbidTUntyped
cops:MSG
constantRESTRICT_ON_SEND
, which optimizeson_send
to only be called on relevant method sends.