softwaremill / scala-clippy

Good advice for Scala compiler errors
Apache License 2.0
312 stars 20 forks source link

Interferes with scalafix #61

Open avdv opened 6 years ago

avdv commented 6 years ago

I tried to use clippy together with scalacenter/scalafix in an SBT project.

Somehow it rendered the scalafix tool almost useless, as it did not work anymore. See scalacenter/scalafix#592

The reason seems to be that the warnings are no longer emitted to the semanticdb file which scalafix acts upon. Here's a raw diff of a semanticdb file with clippy enabled and disabled:

-��         _root_.sbt."�
+��         _root_.sbt.Unused import"�