ptrdom commented on PR #2230: URL: https://github.com/apache/pekko/pull/2230#issuecomment-3311127787
I cannot agree with using `SortImports` scalafix rule, because it is no longer actively maintained and is deprecated in favor of `OrganizeImports`. Because applying either `SortImports` or `OrganizeImports` will produce a large changeset anyways, I think we should use it as an opportunity to migrate to a newer rule. I also think that a PR that organizes imports should also include changes to CI jobs that will actually enforce the newly applied organization. And lastly, import organization could be done in a patch release, because it does not change behavior of the code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org