-
While compiling scalactic with scalahost
```scala
java.lang.RuntimeException: unsupported file
at scala.sys.package$.error(package.scala:27)
at scala.meta.internal.scalahost.v1…
-
After adding the plugin as referred in [the docs](https://scalacenter.github.io/scalafix/#SBT) I get
```
$ sbt scalafix
(...)
[warn] module not found: ch.epfl.scala#sbt-scalafix;0.1.0
[warn] ==== ty…
-
```
java.lang.StackOverflowError
at scala.meta.transversers.Api$XtensionCollectionLikeUI$transformer$2$.apply(Api.scala:10)
at scala.meta.transversers.Transformer.apply(Transformer.scala:4)
a…
-
With the following steps the sbt-test fails for me, not sure what I am doing wrong?
- git clone https://github.com/scalacenter/scalafix
- cd ./scalafix/scalafix-sbt/src/sbt-test/sbt-scalafix/basic…
-
I'd love to see code like:
``` scala
def foo: Int = {
List(1, 2, 3).sum
}
```
be rewritten into
``` scala
def foo: Int = List(1, 2, 3).sum
```
So, I want an option to only keep `= { }` if they a…