From 7658d20415f436c47d1dd9c62e240c0538292f05 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 10 May 2024 10:51:49 -0700 Subject: [PATCH] Updated baseline --- config/detekt/baseline.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/detekt/baseline.xml b/config/detekt/baseline.xml index 693c365..a3e303c 100644 --- a/config/detekt/baseline.xml +++ b/config/detekt/baseline.xml @@ -1,10 +1,11 @@ - + - + LongParameterList:Isgd.kt$Isgd.Companion$( url: String, shorturl: String = "", callback: String = "", logstats: Boolean = false, format: Format = Format.SIMPLE, isVgd: Boolean = false ) MagicNumber:Isgd.kt$Isgd.Companion$200 MagicNumber:Isgd.kt$Isgd.Companion$399 + NestedBlockDepth:IsgdExample.kt$fun main(args: Array<String>) WildcardImport:IsgdTest.kt$import assertk.assertions.*