Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 808 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 808 Bytes

Scalalint

Travis Maven metadata URL Gitter

Scalalint is a Scala linter tool, built using Scalafix.

Setup

Setup the scalafix plugin in your sbt build. In project/plugins.sbt, add:

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.8")

Then enable Scalalint rules in your build, in build.sbt:

scalafixDependencies in ThisBuild += "org.scalalint" %% "rules" % "0.1.4"

For more information, head to the microsite !