Skip to content

Commit

Permalink
poc: split embrace impl into delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed May 16, 2024
1 parent fbffc5e commit 1419205
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 187 deletions.
3 changes: 1 addition & 2 deletions embrace-android-sdk/config/detekt/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<ID>DataClassContainsFunctions:LegacyExceptionError.kt$LegacyExceptionError$private fun getExceptionInfo(ex: Throwable?): List&lt;LegacyExceptionInfo&gt;</ID>
<ID>DataClassShouldBeImmutable:LegacyExceptionError.kt$LegacyExceptionError$@Json(name = "c") var occurrences: Int = 0</ID>
<ID>DataClassShouldBeImmutable:LegacyExceptionError.kt$LegacyExceptionError$@Json(name = "rep") var exceptionErrors: MutableList&lt;LegacyExceptionErrorInfo&gt; = mutableListOf()</ID>
<ID>LargeClass:EmbraceImpl.kt$EmbraceImpl</ID>
<ID>TooManyFunctions:EmbraceImpl.kt$EmbraceImpl</ID>
<ID>TooManyFunctions:EmbraceImpl.kt$EmbraceImpl : UserApi</ID>
</CurrentIssues>
</SmellBaseline>
Loading

0 comments on commit 1419205

Please sign in to comment.