Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit e478df0

Browse files
committed
Merge remote-tracking branch 'origin/trunk' into compose-migration
2 parents 9ff9ddb + d02a6fb commit e478df0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

detekt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,10 @@ Compose:
822822
active: true
823823
# -- You can optionally add your own Modifier types
824824
# customModifiers: BananaModifier,PotatoModifier
825+
ModifierComposed:
826+
active: true
827+
# -- You can optionally add your own Modifier types
828+
# customModifiers: BananaModifier,PotatoModifier
825829
ModifierMissing:
826830
active: true
827831
# -- You can optionally control the visibility of which composables to check for here

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ srl-header = { module = "io.github.scwang90:refresh-header-classics", version.re
9292
srl-kernel = { module = "io.github.scwang90:refresh-layout-kernel", version.ref = "srl" }
9393
utils = "com.blankj:utilcodex:1.31.1"
9494
ktlint = "com.pinterest.ktlint:ktlint-cli:1.2.1"
95-
composeRules = "io.nlopez.compose.rules:detekt:0.3.12"
95+
composeRules = "io.nlopez.compose.rules:detekt:0.3.13"
9696

9797
[bundles]
9898
androidX-compose = [

0 commit comments

Comments
 (0)