chore(damn): detekt, build, tests, formatting

fixed detekt issues where possible.
fixed disttar failing build because tools is added twice in the server module.
added workflowId where required.
fixed some tests not being recognized because of runBlocking without explicit return type.
formatting + imports.
This commit is contained in:
2026-05-22 00:10:05 +04:00
parent 2c459da009
commit f827685ed0
185 changed files with 1134 additions and 832 deletions
@@ -56,4 +56,4 @@ class ApprovalReplayTest {
assertEquals(d1.id, d2.id)
assertEquals(ApprovalDecisionId("decision:fixed"), d1.id)
}
}
}
@@ -21,4 +21,4 @@ class SessionEmptyReplayTest {
assertEquals(SessionStatus.CREATED, state.status)
}
}
}
@@ -54,4 +54,4 @@ class SessionReplayTest {
assertEquals(SessionStatus.COMPLETED, state.status)
}
}
}
@@ -207,4 +207,4 @@ class TransitionReplayIntegrationTest {
assertEquals(state1, state2)
}
}
}
@@ -30,4 +30,4 @@ class ValidationReplayTest {
assertTrue(results.distinct().size == 1)
}
}
}