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

Update dependency io.nlopez.compose.rules:detekt to v0.4.0 #610

Merged
merged 2 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ Compose:
RememberContentMissing:
active: true
UnstableCollections:
active: true # Opt-in, disabled by default. Turn on if you want to enforce this (e.g. you have strong skipping disabled)
active: false # Opt-in, disabled by default. Turn on if you want to enforce this (e.g. you have strong skipping disabled)
ViewModelForwarding:
active: true
# -- You can optionally use this rule on things other than types ending in "ViewModel" or "Presenter" (which are the defaults). You can add your own via a regex here:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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.2.1"
composeRules = "io.nlopez.compose.rules:detekt:0.3.21"
composeRules = "io.nlopez.compose.rules:detekt:0.4.0"

[bundles]
androidX-compose = [
Expand Down