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
Hello,
I love this tool! However in latest version (13.2) I noticed that grouping of messages by type doesn't work as expected. I'd expect the messages to be grouped by type, like first all "unused import" messages, then all "comment too long" etc. Is this expected behavior or a bug?
The text was updated successfully, but these errors were encountered:
Great to hear that you like it. Fixed this in 0.13.3, which I will release later today.
It was a bug in the code that relied on a toString in combination with a String.split. Bad idea, you'll lose your type-safety... Sometimes I really suck.
Hello,
I love this tool! However in latest version (13.2) I noticed that grouping of messages by type doesn't work as expected. I'd expect the messages to be grouped by type, like first all "unused import" messages, then all "comment too long" etc. Is this expected behavior or a bug?
The text was updated successfully, but these errors were encountered: