From 7b4ab673ef1b5716f8bbe689faaf474c60a0d2fd Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Wed, 22 Feb 2017 10:25:03 -0800 Subject: Add jenkins-build target to check scalastyle and coverage. (#445) --- project/plugins.sbt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index e8a9bcef..720470b8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,3 +11,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3") + +addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") + +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0") -- cgit v1.2.3