Skip to content

Commit

Permalink
scalafixEnable before compile
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Nov 15, 2024
1 parent 19b2b15 commit 0d940be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ val scalafixRules = Seq(

val CICommands = Seq(
"clean",
"scalafixEnable",
"compile",
"test",
"docs/mdoc",
"scalafmtCheckAll",
"scalafmtSbtCheck",
"scalafixEnable",
s"scalafix --check $scalafixRules",
"headerCheck",
"undeclaredCompileDependenciesTest",
Expand Down

0 comments on commit 0d940be

Please sign in to comment.