Merge pull request #5638 from element-hq/feature/bma/upgradeKtLint
Upgrade ktlint to 1.7.1 and ensure Renovate will upgrade the version
This commit is contained in:
commit
e8b7db22cd
15 changed files with 67 additions and 54 deletions
|
|
@ -40,7 +40,6 @@ datetime = "0.7.1"
|
|||
serialization_json = "1.9.0"
|
||||
|
||||
#other
|
||||
detekt = "1.23.8"
|
||||
coil = "3.3.0"
|
||||
showkase = "1.0.5"
|
||||
appyx = "1.7.1"
|
||||
|
|
@ -59,6 +58,9 @@ metro = "0.7.2"
|
|||
autoservice = "1.1.1"
|
||||
|
||||
# quality
|
||||
detekt = "1.23.8"
|
||||
# See https://github.com/pinterest/ktlint/releases/
|
||||
ktlint = "1.7.1"
|
||||
androidx-test-ext-junit = "1.3.0"
|
||||
kover = "0.9.1"
|
||||
|
||||
|
|
@ -148,6 +150,10 @@ network_retrofit_bom = "com.squareup.retrofit2:retrofit-bom:3.0.0"
|
|||
network_retrofit = { module = "com.squareup.retrofit2:retrofit" }
|
||||
network_retrofit_converter_serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization" }
|
||||
|
||||
# Quality
|
||||
# Reference ktlint-cli so that Renovate can check if a new version is available.
|
||||
ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint" }
|
||||
|
||||
# Test
|
||||
test_core = { module = "androidx.test:core", version.ref = "test_core" }
|
||||
test_corektx = { module = "androidx.test:core-ktx", version.ref = "test_core" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue