aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
authorMario Pastorelli <mario.pastorelli@teralytics.ch>2016-09-14 12:38:41 +0200
committerMario Pastorelli <mario.pastorelli@teralytics.ch>2016-09-14 12:41:05 +0200
commit3eae7ef24066cc699bddbd6a6c593929948bdb2f (patch)
tree4c7e9e49a59c135474cef70cc8f3be0b8d931fd3 /test/test.scala
parent1630cdae28c8d29a4502446a2d14d7bb5b30fb98 (diff)
downloadcbt-3eae7ef24066cc699bddbd6a6c593929948bdb2f.tar.gz
cbt-3eae7ef24066cc699bddbd6a6c593929948bdb2f.tar.bz2
cbt-3eae7ef24066cc699bddbd6a6c593929948bdb2f.zip
WartRemover plugin implementation (#167)
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 4f332ea..7964142 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -185,6 +185,7 @@ object Main{
compile("../plugins/scalajs")
compile("../plugins/scalariform")
compile("../plugins/scalatest")
+ compile("../plugins/wartremover")
compile("../plugins/uber-jar")
compile("../examples/scalafmt-example")
compile("../examples/scalariform-example")
@@ -194,6 +195,7 @@ object Main{
compile("../examples/multi-project-example")
task("fastOptJS","../examples/scalajs-react-example/js")
task("fullOptJS","../examples/scalajs-react-example/js")
+ compile("../examples/wartremover-example")
compile("../examples/uber-jar-example")
{