aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIgor Tsalko <tsalko.igor@gmail.com>2017-03-17 22:41:38 +0300
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-04 12:52:27 -0400
commit340c7eaabe3c5c416c76bccca07756f52204488a (patch)
tree9194534f72af325de953afee2776da86c73efd3d /test
parent439190b6bf46ccb971c0ec708da38d437f2e331d (diff)
downloadcbt-340c7eaabe3c5c416c76bccca07756f52204488a.tar.gz
cbt-340c7eaabe3c5c416c76bccca07756f52204488a.tar.bz2
cbt-340c7eaabe3c5c416c76bccca07756f52204488a.zip
Add Scalastyle plugin
Diffstat (limited to 'test')
-rw-r--r--test/test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.scala b/test/test.scala
index 0208637..ee44f18 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -261,7 +261,7 @@ object Main{
compile("../examples/scalafmt-example")
compile("../examples/scalariform-example")
compile("../examples/scalatest-example")
- compile("../examples/akka-example")
+ compile("../plugins/scalastyle")
if(slow){
compile("../examples/scalajs-react-example/js")
compile("../examples/scalajs-react-example/jvm")