You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug in organize imports when there was no import in the original source file.
Patch.apply and OrganizeImports no longer accept a redundant tree: Tree argument, the ctx already contains the tree.
Xor2Either is disabled by default now, it was enabled by default causing the scalafix command to slow down significantly. Rules using scala.meta.Mirror should not experience a slowdown.
Added new Rename(from: Name, to: Name) tree patch that's accesible via the scalafix-library.