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