From 2b27001dd41d7755a5e2310986c5298e42563f29 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Mon, 11 Dec 2023 11:08:26 +0100 Subject: [PATCH] Fix analyze --- config/detekt/baseline.xml | 4 ++-- config/detekt/detekt.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/detekt/baseline.xml b/config/detekt/baseline.xml index 77b17b8f..2d798bfc 100644 --- a/config/detekt/baseline.xml +++ b/config/detekt/baseline.xml @@ -2,9 +2,9 @@ - SwallowedException:ScopeProvider.apple.kt$ScopeProvider$e: Throwable + SwallowedException:ScopeAdapter.apple.kt$ScopeAdapter$e: Throwable SwallowedException:SentryLevel.kt$SentryLevel.Companion$throwable: Throwable - TooGenericExceptionCaught:ScopeProvider.apple.kt$ScopeProvider$e: Throwable + TooGenericExceptionCaught:ScopeAdapter.apple.kt$ScopeAdapter$e: Throwable TooGenericExceptionCaught:SentryLevel.kt$SentryLevel.Companion$throwable: Throwable TooGenericExceptionThrown:SentryKMP.kt$Sentry$throw RuntimeException("Uncaught Exception from Kotlin Multiplatform.") diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index d0cebae4..45eb57f0 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -25,7 +25,7 @@ complexity: excludes: [ "**/SentryKMP.kt", "**/SentryBridge.*", - "**/ScopeProvider.*", + "**/ScopeAdapter.*", "**/Scope.kt", "**/Breadcrumb.kt", ]