hvesalai / emacs-sbt-mode

An emacs mode for interacting with scala sbt and projects
GNU General Public License v3.0
126 stars 38 forks source link

support scalafix lints #130

Closed fommil closed 6 years ago

fommil commented 6 years ago

typical output is

scalaz-deriving/src/test/scala/scalaz/IotaHelpersSpec.scala:74: error: [NoInfer.any] Inferred Any
    gen.labels.values shouldBe List("Traity1A", "Traity1B")
    ^

but we're not detecting it with the compile regexes.

fommil commented 6 years ago

this was fixed upstream