feat: add lint command to CLAUDE.md and create lint script

This commit is contained in:
2026-04-21 14:31:36 +02:00
parent e5a6cc30eb
commit 9a36555f1a
5 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -49,10 +49,10 @@ dependencies {
}
implementation(project(":modules:api"))
implementation(project(":modules:io"))
implementation(project(":modules:rule"))
implementation("com.microsoft.onnxruntime:onnxruntime:${versions["ONNXRUNTIME"]!!}")
testImplementation(project(":modules:io"))
testImplementation(platform("org.junit:junit-bom:${versions["JUNIT_BOM"]!!}"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.scalatest:scalatest_3:${versions["SCALATEST"]!!}")