Add scalastyle-sbt-plugin.

Quick fix for https://github.com/freechipsproject/chisel3/pull/1040 which adds scalastyle settings.
This commit is contained in:
Jim Lawson 2019-03-25 14:28:32 -07:00
parent 5111de7ccd
commit 65a45f6b07
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.9.3")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")