Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-12 14:22:30 +02:00
parent 00d55ff5a6
commit b316ef4d87
33 changed files with 358 additions and 21 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<SmellBaseline>
<ManuallySuppressedIssues/>
<CurrentIssues>
<ID>MultilineLambdaItParameter:NFTCollections.kt${ it.content is NFTCollections.Content.Error || it.content is NFTCollections.Content.Collections &amp;&amp; it.content.source == StatusSource.ONLY_CACHE }</ID>
<ID>MultilineLambdaItParameter:NFTCollections.kt${ val content = it.content content is NFTCollections.Content.Collections &amp;&amp; content.collections.isNullOrEmpty() }</ID>
<ID>MultilineLambdaItParameter:NFTCollections.kt${ val content = it.content content is NFTCollections.Content.Collections &amp;&amp; content.source != StatusSource.CACHE }</ID>
</CurrentIssues>
</SmellBaseline>