Skip to content

Commit

Permalink
all rules are now supported on all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Sep 27, 2024
1 parent 3bd8890 commit 91f876a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,6 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
Compile / console / scalacOptions :=
compilerOptions.value :+ "-Yrepl-class-based",
Compile / doc / scalacOptions ++= scaladocOptions,
Compile / unmanagedResourceDirectories ++= {
val resourceParentDir = (Compile / resourceDirectory).value.getParentFile
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((major, _)) => Seq(resourceParentDir / s"resources-${major}")
case _ => Seq()
}
},
// Don't package sources & docs when publishing locally as it adds a significant
// overhead when testing because of publishLocalTransitive. Tweaking publishArtifact
// would more readable, but it would also affect remote (sonatype) publishing.
Expand Down

This file was deleted.

0 comments on commit 91f876a

Please sign in to comment.