Skip to content

Commit fe7ac4f

Browse files
committed
suppress more issues
1 parent c22aabc commit fe7ac4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/detekt/baseline.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
<SmellBaseline>
33
<ManuallySuppressedIssues>
44
<ID>UnusedPrivateProperty:DefaultDependenciesProvider.kt$DefaultDependenciesProvider$private val httpClient: HttpClient by lazy { HttpClient { if (BuildConfig.DEBUG) { install(Logging) { logger = Logger.ANDROID level = LogLevel.BODY } } install(ContentNegotiation) { json(jsonSerializer) } install(Resources) install(Auth) defaultRequest { contentType(ContentType.Application.Json) } } }</ID>
5+
<ID>InjectDispatcher:DefaultDependenciesProvider.kt$DefaultDependenciesProvider$Default</ID>
6+
<ID>InjectDispatcher:DefaultDependenciesProvider.kt$DefaultDependenciesProvider$IO</ID>
57
</ManuallySuppressedIssues>
68
<CurrentIssues>
79
<ID>UnusedParameter:TemplateNavDisplay.kt$onShowSnackbar: suspend (SnackbarEvent) -&gt; SnackbarResult</ID>
810
<ID>UnusedPrivateProperty:DefaultDependenciesProvider.kt$DefaultDependenciesProvider$private val httpClient: HttpClient by lazy { HttpClient { if (BuildConfig.DEBUG) { install(Logging) { logger = Logger.ANDROID level = LogLevel.BODY } } install(ContentNegotiation) { json(jsonSerializer) } install(Resources) install(Auth) defaultRequest { contentType(ContentType.Application.Json) } } }</ID>
11+
<ID>InjectDispatcher:DefaultDependenciesProvider.kt$DefaultDependenciesProvider$Default</ID>
12+
<ID>InjectDispatcher:DefaultDependenciesProvider.kt$DefaultDependenciesProvider$IO</ID>
913
</CurrentIssues>
1014
</SmellBaseline>

0 commit comments

Comments
 (0)