An opinionated code quality plugin. Aggregates sbt-wartremover, sbt-scoverage and sbt-scalafmt.
Add the following to your plugins.sbt
:
addSbtPlugin("au.com.agiledigital" % "sbt-agilequality" % "0.1-SNAPSHOT")
Run test
for regular unit tests.
Run scripted
for sbt script tests.
Run ^publishLocal
to publish locally. Ensure you include the ^
prefix to publish for both sbt 0.13.x and 1.0.x.