agiledigital / sbt-agilequality   0.1

GitHub

An opinionated code quality plugin. Aggregates sbt-wartremover, sbt-scoverage and sbt-scalafmt.

Scala versions: 2.12 2.10
sbt plugins: 1.0 0.13

AgileQuality

An opinionated code quality plugin. Aggregates sbt-wartremover, sbt-scoverage and sbt-scalafmt.

Usage

Add the following to your plugins.sbt:

  addSbtPlugin("au.com.agiledigital" % "sbt-agilequality" % "0.1-SNAPSHOT")

Testing

Run test for regular unit tests.

Run scripted for sbt script tests.

Publishing

Run ^publishLocal to publish locally. Ensure you include the ^ prefix to publish for both sbt 0.13.x and 1.0.x.