From 6e8a8c06621be75fef8ca7ae8c6b9c3d5d2854de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9a?= Date: Tue, 1 Sep 2026 10:25:30 -0400 Subject: [PATCH] Detekt > `ReturnCount` = 3 - https://github.com/mtransitapps/commons/pull/851 --- detekt-baseline.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/detekt-baseline.xml b/detekt-baseline.xml index 28238d0..0dc5b7d 100644 --- a/detekt-baseline.xml +++ b/detekt-baseline.xml @@ -53,9 +53,6 @@ NewLineAtEndOfFile:Url.kt:org.mtransit.commons.gtfs.data.Url.kt NewLineAtEndOfFile:WinnipegTransitProviderCommons.kt:org.mtransit.commons.provider.WinnipegTransitProviderCommons.kt NewLineAtEndOfFile:WordUtils.kt:org.mtransit.commons.WordUtils.kt - ReturnCount:CharUtils.kt:CharUtils$@JvmStatic fun isUppercaseOnly: Boolean - ReturnCount:CommonSQL.kt:CommonSQL$fun insertIntoMainTable: Boolean - ReturnCount:WordUtils.kt:WordUtils$private fun isDelimiter: Boolean TooGenericExceptionCaught:CommonSQL.kt:CommonSQL$e: Exception TooGenericExceptionCaught:SourceUtils.kt:SourceUtils$e: Exception TooGenericExceptionThrown:CommonSQL.kt:CommonSQL$throw Exception("Error while counting routes!")