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
No matter how the groups option is configured, a special order-preserving import group may appear after all the configured import groups when:
The expandRelative option is set to false and there are relative imports.
...
Does your use-case involve relative imports when there are in the same file/package or is that just to make the bug report easy? We might be able to make an exception for imports relatives to the source package.
I won't have bandwidth to look at it, but if you want to have a look at it, here are some pointers:
Relative imports are still reordered even if using
importsOrder = Keep
.Having this config:
and this code:
after
scalafixAll
the importedFoo._
gets unexpectedly reordered like this:However it does not change the order, if the import is fully prefixed:
The text was updated successfully, but these errors were encountered: