~jan0sch/smederee
Showing details for patch 553e607fd47b37af3123d8ced06316d4fe265e47.
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt --- old-smederee/build.sbt 2025-01-13 16:48:21.230386198 +0000 +++ new-smederee/build.sbt 2025-01-13 16:48:21.230386198 +0000 @@ -9,7 +9,7 @@ // The initial starting year of the project. val projectStartYear: Int = 2022 -addCommandAlias("check", "Compile/scalafix --check; Test/scalafix --check; scalafmtCheckAll") +addCommandAlias("check", "Compile/scalafix --check; Test/scalafix --check; headerCheckAll; scalafmtCheckAll") addCommandAlias("fix", "Compile/scalafix; Test/scalafix; headerCreateAll; scalafmtSbt; scalafmtAll") // Enable the semanticdb compiler plugin needed by the metals language server.