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

Commit

Permalink
Update dependency io.nlopez.compose.rules:detekt to v0.4.4 (#617)
Browse files Browse the repository at this point in the history
* 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 <wangzongler@gmail.com>
  • Loading branch information
renovate[bot] and Goooler authored Jun 28, 2024
1 parent 5bdd91c commit b435099
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,10 @@ Compose:
active: true
MutableStateParam:
active: true
ParameterNaming:
active: true
# -- You can optionally have a list of types to be treated as composable lambdas (e.g. typedefs or fun interfaces not picked up automatically)
# treatAsComposableLambda: MyComposableLambdaType
PreviewAnnotationNaming:
active: true
PreviewPublic:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ srl-header = { module = "io.github.scwang90:refresh-header-classics", version.re
srl-kernel = { module = "io.github.scwang90:refresh-layout-kernel", version.ref = "srl" }
utils = "com.blankj:utilcodex:1.31.1"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.0"
composeRules = "io.nlopez.compose.rules:detekt:0.4.1"
composeRules = "io.nlopez.compose.rules:detekt:0.4.4"

[bundles]
androidX-compose = [
Expand Down

0 comments on commit b435099

Please sign in to comment.