Skip to content

Commit

Permalink
Changed prePR defaults back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Aug 6, 2024
1 parent 50ed58d commit 665041a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/scala/org/typelevel/sbt/TypelevelPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ object TypelevelPlugin extends AutoPlugin {
List("+headerCreateAll").filter(_ => header) ++
List("+scalafixAll").filter(_ => scalafix) ++
List("+scalafmtAll", "scalafmtSbt").filter(_ => scalafmt) ++
List("javafmtAll").filter(_ => javafmt) ++
List("compile", "test") ++
List("mimaReportBinaryIssues").filter(_ => mima)
List("javafmtAll").filter(_ => javafmt)
},
GlobalScope / tlCommandAliases ++= {
val header = tlCiHeaderCheck.value
Expand Down

0 comments on commit 665041a

Please sign in to comment.