Skip to content

Commit

Permalink
Fix analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Dec 11, 2023
1 parent b10efb0 commit 2b27001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/detekt/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<SmellBaseline>
<ManuallySuppressedIssues/>
<CurrentIssues>
<ID>SwallowedException:ScopeProvider.apple.kt$ScopeProvider$e: Throwable</ID>
<ID>SwallowedException:ScopeAdapter.apple.kt$ScopeAdapter$e: Throwable</ID>
<ID>SwallowedException:SentryLevel.kt$SentryLevel.Companion$throwable: Throwable</ID>
<ID>TooGenericExceptionCaught:ScopeProvider.apple.kt$ScopeProvider$e: Throwable</ID>
<ID>TooGenericExceptionCaught:ScopeAdapter.apple.kt$ScopeAdapter$e: Throwable</ID>
<ID>TooGenericExceptionCaught:SentryLevel.kt$SentryLevel.Companion$throwable: Throwable</ID>
<ID>TooGenericExceptionThrown:SentryKMP.kt$Sentry$throw RuntimeException("Uncaught Exception from Kotlin Multiplatform.")</ID>
</CurrentIssues>
Expand Down
2 changes: 1 addition & 1 deletion config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ complexity:
excludes: [
"**/SentryKMP.kt",
"**/SentryBridge.*",
"**/ScopeProvider.*",
"**/ScopeAdapter.*",
"**/Scope.kt",
"**/Breadcrumb.kt",
]
Expand Down

0 comments on commit 2b27001

Please sign in to comment.