diff options
| author | Albert Magyar | 2020-07-20 12:17:49 -0700 |
|---|---|---|
| committer | Albert Magyar | 2020-07-21 13:06:58 -0700 |
| commit | e5568f55a6a149adfd19ad04b264a69078288f86 (patch) | |
| tree | 159cec6aa6ece2e87ceffbdc56a553fe71d0726b /build.sbt | |
| parent | 7e9f424fb7dcd11c894ceb9f6f049fd9eda80632 (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.sbt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |
