Use Kolinter Gradle plugin for linting instead of ktlint directly

(cherry picked from commit 76f6fe4601)
This commit is contained in:
arkon
2020-09-13 18:48:20 -04:00
committed by Jobobby04
parent 49bee1af91
commit 8d5b2f40b3
178 changed files with 918 additions and 723 deletions
@@ -25,7 +25,6 @@ import exh.metadata.metadata.base.insertFlatMetadata
import exh.util.await
import exh.util.cancellable
import exh.util.jobScheduler
import java.lang.RuntimeException
import kotlinx.coroutines.FlowPreview
import kotlinx.coroutines.flow.asFlow
import kotlinx.coroutines.flow.mapNotNull
@@ -34,6 +33,7 @@ import kotlinx.coroutines.runBlocking
import timber.log.Timber
import uy.kohesive.injekt.injectLazy
import xyz.nulldev.ts.api.http.serializer.FilterSerializer
import java.lang.RuntimeException
@OptIn(FlowPreview::class)
object DebugFunctions {