Skip to content

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

License

Notifications You must be signed in to change notification settings

jeffreyolchovy/sbt-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages