scalacenter / scalafix

Refactoring and linting tool for Scala

Home Page:https://scalacenter.github.io/scalafix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemoveUnused in scala 3.4 rewrites wildcard imports from .* to ._

Marcus-Rosti opened this issue · comments

Great that RemoveUnused works in scala 3.4! bad that it rewrites all my import syntax, any ideas there?

Hi @Marcus-Rosti! I assume you are talking about OrganizeImports.removeUnused? If so, did you look at https://scalacenter.github.io/scalafix/docs/rules/OrganizeImports.html#targetdialect?

yes! that worked! just a few levers of configuration to move around now, I get it.