lightbend-labs / scala-rewrites

Scalafix Rewrites for Scala
Apache License 2.0
46 stars 21 forks source link

How to use it outside sbt? #195

Open tribbloid opened 9 months ago

tribbloid commented 9 months ago

sbt wasn't particularly favourable among all developers:

https://www.lihaoyi.com/post/SowhatswrongwithSBT.html

Alternatives are Maven, Gradle, Mill, scala-cli and Bazel.

scala-rewrites minimally depends on semanticDB, there must be consistent ways to configure it outside sbt

SethTisue commented 8 months ago

PR(s) adding section(s) to the readme would be welcome.

But I would assume that there's nothing special about this repo and the instructions are the same for any set of Scalafix rules? If so, the readme could say that and perhaps link to whatever the appropriate Scalafix documentation page is.