Skip to content

Commit

Permalink
Merge branch 'LawnchairLauncher:develop' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xteamlyer authored Oct 4, 2024
2 parents 07ee1e9 + 2cce8e0 commit 9458a03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ allprojects {
target("src/**/*.kt")
ktlint().customRuleSets(
listOf(
"io.nlopez.compose.rules:ktlint:0.4.12",
"io.nlopez.compose.rules:ktlint:0.4.15",
),
).editorConfigOverride(
mapOf(
"ktlint_compose_compositionlocal-allowlist" to "disabled",
"ktlint_compose_lambda-param-event-trailing" to "disabled",
"ktlint_compose_content-slot-reused" to "disabled",
),
)
}
Expand Down

0 comments on commit 9458a03

Please sign in to comment.