Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.0

Co-authored-by: Mend Renovate <bot@renovateapp.com>
This commit is contained in:
AntsyLich
2024-10-26 07:28:27 +06:00
parent 2bf7ef5d18
commit 140083ee39
17 changed files with 18 additions and 18 deletions

View File

@ -55,10 +55,10 @@ actual class LocalSource(
private val json: Json by injectLazy()
private val xml: XML by injectLazy()
@Suppress("PrivatePropertyName", "ktlint:standard:property-naming")
@Suppress("PrivatePropertyName")
private val PopularFilters = FilterList(OrderBy.Popular(context))
@Suppress("PrivatePropertyName", "ktlint:standard:property-naming")
@Suppress("PrivatePropertyName")
private val LatestFilters = FilterList(OrderBy.Latest(context))
override val name: String = context.stringResource(MR.strings.local_source)