~jan0sch/smederee

Showing details for patch 553e607fd47b37af3123d8ced06316d4fe265e47.
2023-11-26 (Sun), 4:29 PM - Jens Grassel - 553e607fd47b37af3123d8ced06316d4fe265e47

Add license header check to check command.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
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.