aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-07-18 17:23:03 -0400
committervlad <vlad@drivergrp.com>2016-07-18 17:23:03 -0400
commit87aceccc72a6790d5fc2f842b27c7d9af36cfe95 (patch)
treeb05be5cc071633f7c0a8f04885056b362a5ec106 /project/plugins.sbt
parent7b9e1b4045dc693158640004b48c5fa42fb3b20d (diff)
downloaddriver-core-87aceccc72a6790d5fc2f842b27c7d9af36cfe95.tar.gz
driver-core-87aceccc72a6790d5fc2f842b27c7d9af36cfe95.tar.bz2
driver-core-87aceccc72a6790d5fc2f842b27c7d9af36cfe95.zip
Wart remover brought to core
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e69de29..ee760ea 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -0,0 +1,7 @@
+// Code style plugins
+addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.2.10")
+addSbtPlugin("org.wartremover" % "sbt-wartremover" % "1.0.1")
+addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
+
+// This plugin represents functionality that is to be added to sbt in the future
+addSbtPlugin("org.scala-sbt" % "sbt-core-next" % "0.1.1") \ No newline at end of file