diff options
| author | Palmer Dabbelt | 2016-03-05 22:57:44 -0800 |
|---|---|---|
| committer | Palmer Dabbelt | 2016-03-05 22:57:44 -0800 |
| commit | 2f5819bc5c639e6bed18e901ad0f2bf60f1954a0 (patch) | |
| tree | 5751bbbc2c65f8f7dd1f03682ca1569f11f36798 /build.sbt | |
| parent | f7181b3bce9b41e83b0516f16b53bef9e39ead5e (diff) | |
| parent | 33e90d106a782f0f1075b0fab8ac344503a6cadf (diff) | |
Merge pull request #112 from ucb-bar/rocket-chip
Remove scalastyle test hook
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) => |
