srctree

Robin Linden parent 44d69e56 38939ed6
Update code analysis tools

inlinesplit
.github/workflows/detekt.yaml added: 4, removed: 4, total 0
@@ -7,7 +7,7 @@ on:
branches: [ master ]
 
env:
DETEKT_RELEASE: 1.18.0
DETEKT_RELEASE: 1.19.0
 
jobs:
detekt:
 
buildSrc/src/main/kotlin/KtlintPlugin.kt added: 4, removed: 4, total 0
@@ -2,7 +2,7 @@ import org.gradle.api.Plugin
import org.gradle.api.Project
import org.gradle.api.tasks.JavaExec
 
private const val KTLINT_VERSION = "0.43.0"
private const val KTLINT_VERSION = "0.43.2"
private const val KTLINT = "com.pinterest:ktlint:$KTLINT_VERSION"
 
class KtlintPlugin : Plugin<Project> {