jeffreyolchovy / sbt-check   0.1.1

BSD 3-clause "New" or "Revised" License GitHub

An sbt plugin that provides the check task (i.e. compile up to, and including, the typer phase)

sbt-check

An sbt plugin that provides the check task.

check compiles Scala sources with the scalac option -Ystop-after:typer.

For more information, see Would scalac/sbt benefit from something like Rust 1.16's "cargo check" subcommand?.

Compatible with sbt 0.13.x and 1.0.x.

Usage

Add the following to your project/plugins.sbt file:

addSbtPlugin("com.github.jeffreyolchovy" % "sbt-check" % "0.1.1")

For JVM projects, the check task will now be available.