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

Commit b435099

Browse files
Update dependency io.nlopez.compose.rules:detekt to v0.4.4 (#617)
* Update dependency io.nlopez.compose.rules:detekt to v0.4.4 * Update detekt.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zongle Wang <[email protected]>
1 parent 5bdd91c commit b435099

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
@@ -869,6 +869,10 @@ Compose:
869869
active: true
870870
MutableStateParam:
871871
active: true
872+
ParameterNaming:
873+
active: true
874+
# -- You can optionally have a list of types to be treated as composable lambdas (e.g. typedefs or fun interfaces not picked up automatically)
875+
# treatAsComposableLambda: MyComposableLambdaType
872876
PreviewAnnotationNaming:
873877
active: true
874878
PreviewPublic:

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.3.0"
95-
composeRules = "io.nlopez.compose.rules:detekt:0.4.1"
95+
composeRules = "io.nlopez.compose.rules:detekt:0.4.4"
9696

9797
[bundles]
9898
androidX-compose = [

0 commit comments

Comments
 (0)