Upgrade scalafix for build-in rules of OrganizeImports
Open
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 211
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 89
Description
It's using and better to update to https://github.com/scalacenter/sbt-scalafix which integrated the OrganizeImports in newer version.
>Important sort-imports does not (currently) take into account shadowing. It is a faily dumb sorter of imports. If your code is using shadowing, it may end up no longer compiling! If you run into this issue, consider using [liancheng/scalafix-organize-imports](https://github.com/liancheng/scalafix-organize-imports/), which implements a semantic rule.
Contributor guide
Assessment
This issue has not been assessed yet.