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:
@@ -381,7 +381,7 @@ end-to-end example.
|
||||
### Skeleton
|
||||
|
||||
```kotlin
|
||||
fun main() = runBlocking {
|
||||
fun main(): Unit = runBlocking {
|
||||
var state = TuiState()
|
||||
val ws = TuiWsClient(host = "localhost", port = 8080)
|
||||
val effectScope = CoroutineScope(Dispatchers.IO + SupervisorJob())
|
||||
|
||||
Reference in New Issue
Block a user