chore: ignore extra translations in lint (#451)
* chore: ignore extra translations in lint Extra translations are removed automatically by Weblate * chore: update detekt rules More compose-friendly * chore: update lint baselines
This commit is contained in:
parent
aa129c7700
commit
251248f21a
6 changed files with 75 additions and 37 deletions
|
|
@ -6,6 +6,7 @@ kotlinxSerializationJson = "1.8.1"
|
|||
ksp = "2.1.21-2.0.2"
|
||||
#Detekt
|
||||
detekt = "1.23.8"
|
||||
detektCompose = "0.4.22"
|
||||
#AndroidX
|
||||
androidx-constraintlayout = "2.2.1"
|
||||
androidx-swiperefreshlayout = "1.1.0"
|
||||
|
|
@ -38,6 +39,8 @@ androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefre
|
|||
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||||
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||
#Compose
|
||||
compose-detekt = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektCompose" }
|
||||
#Fossify
|
||||
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
|
||||
indicator-fast-scroll = { module = "org.fossify:IndicatorFastScroll", version.ref = "indicator-fast-scroll" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue