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

Co-authored-by: Mend Renovate <bot@renovateapp.com>
(cherry picked from commit 140083ee39df7d458e5ff9abc6d0ee9831d99387)
This commit is contained in:
AntsyLich
2024-10-26 07:28:27 +06:00
committed by Jobobby04
parent a8a290d03d
commit e06941f82d
17 changed files with 18 additions and 18 deletions
@@ -60,10 +60,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)