summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt2016-03-05 18:25:38 -0800
committerPalmer Dabbelt2016-03-05 18:25:38 -0800
commit3d6bc9270d5c08941a2b2e17cbf028368b220c07 (patch)
tree9dac81e6ba5d6e9d5b55b9f8588ad89ccfd3576e
parentf7181b3bce9b41e83b0516f16b53bef9e39ead5e (diff)
Remove scalastyle test hook
I can't get this to work when Chisel 3 is installed as a submodule.
-rw-r--r--build.sbt2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 9d75cac1..3cd496bb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -68,8 +68,6 @@ lazy val chiselBuildSettings = Seq (
// Tests from other projects may still run concurrently.
parallelExecution in Test := true,
- (scalastyleConfig in Test) := baseDirectory.value / "scalastyle-test-config.xml",
-
javacOptions ++= Seq("-target", "1.7")
// Hopefully we get these options back in Chisel3
// scalacOptions in (Compile, doc) <++= (baseDirectory in LocalProject("chisel"), version) map { (bd, v) =>