From 062758a5f084d0faa21f7892942e79e327601b0e Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 26 Jul 2019 12:27:35 -0700 Subject: [PATCH] New baseline. --- detekt-baseline.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/detekt-baseline.xml b/detekt-baseline.xml index ffcc67e..e13abae 100644 --- a/detekt-baseline.xml +++ b/detekt-baseline.xml @@ -1,13 +1,16 @@ - + ComplexMethod:Utils.kt$Utils$fun loadProperties(file: File): Properties + ComplexMethod:Utils.kt$Utils$fun parseSemVer(input: String?, version: Version): Boolean + ComplexMethod:Utils.kt$Utils$fun saveProperties(projectDir: File, config: SemverConfig, version: Version) MagicNumber:Utils.kt$Utils$3 MagicNumber:Utils.kt$Utils$4 + MagicNumber:Utils.kt$Utils$5 MaxLineLength:SemverPlugin.kt$net.thauvin.erik.gradle.semver.SemverPlugin.kt NestedBlockDepth:Utils.kt$Utils$fun loadProperties(file: File): Properties - NestedBlockDepth:Utils.kt$Utils$fun parseSemVer(input: String, version: Version): String - NestedBlockDepth:Utils.kt$Utils$fun saveProperties(config: SemverConfig, version: Version) + NestedBlockDepth:Utils.kt$Utils$fun parseSemVer(input: String?, version: Version): Boolean + NestedBlockDepth:Utils.kt$Utils$fun saveProperties(projectDir: File, config: SemverConfig, version: Version) \ No newline at end of file