First of all, thanks for a great gem. Stuff like this is why I love Ruby land.
If a method has a Sorbet sig above it, then the autocorrect will move the method but not the method's sig block. These obviously must be sequential, so the result is broken code that hard to correctly understand.
Most immediately, perhaps don't auto-correct if a method has a sig above it?
First of all, thanks for a great gem. Stuff like this is why I love Ruby land.
If a method has a Sorbet sig above it, then the autocorrect will move the method but not the method's sig block. These obviously must be sequential, so the result is broken code that hard to correctly understand.
Most immediately, perhaps don't auto-correct if a method has a sig above it?