diff options
author | bnewbold <bnewbold@archive.org> | 2018-07-17 21:14:58 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2018-07-17 21:14:58 +0000 |
commit | 3e6432307c4e85598cf63ab8578fd678ba9df156 (patch) | |
tree | 84334e58bd766550bfd67646a0fbbb045683fd78 /scalding/project | |
parent | 8b84595e0ddaf5fe1c3b21e36191c0689de73294 (diff) | |
parent | a02a10d98759015ee200a456ad13b6143cd7fde6 (diff) | |
download | sandcrawler-3e6432307c4e85598cf63ab8578fd678ba9df156.tar.gz sandcrawler-3e6432307c4e85598cf63ab8578fd678ba9df156.zip |
Merge branch 'scalastyle' into 'master'
Added scalastyle and fixed style errors
See merge request webgroup/sandcrawler!10
Diffstat (limited to 'scalding/project')
-rw-r--r-- | scalding/project/plugins.sbt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scalding/project/plugins.sbt b/scalding/project/plugins.sbt index 084d4bf..a339892 100644 --- a/scalding/project/plugins.sbt +++ b/scalding/project/plugins.sbt @@ -1,2 +1,3 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0") +addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") |