summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorAlbert Magyar2020-07-20 12:17:49 -0700
committerAlbert Magyar2020-07-21 13:06:58 -0700
commite5568f55a6a149adfd19ad04b264a69078288f86 (patch)
tree159cec6aa6ece2e87ceffbdc56a553fe71d0726b /build.sbt
parent7e9f424fb7dcd11c894ceb9f6f049fd9eda80632 (diff)
Remove scalastyle configs from repository
* Drop plugin * Drop scalastyle tests from make recipes * Remove checkstyle from CI
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ab280be8..ea0c0a15 100644
--- a/build.sbt
+++ b/build.sbt
@@ -46,7 +46,6 @@ lazy val commonSettings = Seq (
scalacOptions := Seq("-deprecation", "-feature") ++ scalacOptionsVersion(scalaVersion.value),
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full),
- (scalastyleConfig in Test) := (baseDirectory in root).value / "scalastyle-test-config.xml",
// Use the root project's unmanaged base for all sub-projects.
unmanagedBase := (unmanagedBase in root).value,
// Since we want to examine the classpath to determine if a dependency on firrtl is required,