Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Conversation

kitbellew
Copy link

@kitbellew kitbellew commented Jul 3, 2021

Lexicographic imports sorting used in IDEs (Intellij, Eclipse) considers the entire import string.

However, for groups, only the part preceding the group was passed into the comparison method.

A follow-up to pull request #234.

Lexicographic imports sorting used in IDEs (Intellij, Eclipse) considers
the entire import string.

However, for groups, only the part preceding the group was passed into
the comparison method.

A follow-up to pull request scalastyle#234.
@kitbellew
Copy link
Author

@mwz @SethTisue PTAL.

Also, can you please fork https://github.com/scalastyle/scalastyle-maven-plugin here as well? we use maven and not sbt, so I'd like to update that one as well.

@mwz
Copy link
Member

mwz commented Jul 4, 2021

LGTM, thanks for contributing @kitbellew.

Regarding the maven plugin - it's not something that's in my plans, but feel free to link to the project on the website if you decide to fork it and maintain it yourself.

@mwz mwz merged commit 7831af7 into beautiful-scala:master Jul 4, 2021
@kitbellew kitbellew deleted the fixlex branch July 4, 2021 17:45
@kitbellew
Copy link
Author

Regarding the maven plugin - it's not something that's in my plans, but feel free to link to the project on the website if you decide to fork it and maintain it yourself.

what about you forking it under beautiful-scala, so that everything lives together, and give me some write privileges to just that repository, so that i can add whatever is necessary?

@kitbellew
Copy link
Author

@mwz also, are you planning a release soon?

@mwz mwz added the bug Something isn't working label Aug 22, 2021
@mwz
Copy link
Member

mwz commented Aug 22, 2021

@mwz also, are you planning a release soon?

apologies for the delay - just published 1.5.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants