You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add the ktlint Compose ruleset as things are slipping through Detect. We also have to address new warnings that come up with the new ruleset.
The text was updated successfully, but these errors were encountered:
We want to use ktfmt for formatting because it's more deterministic
We still want to keep ktlint for warnings and checks — same as detekt
We want to include the Compose ktlint ruleset, too
We need to test drive the IJ plugin (Spotless Gradle) to handle formatting properly
We should look into Spotless Applier, too, because it seems more flexible and has more features. It's also actively maintained, contrary to Spotless Gradle.
More notes: we should consider straight-up ktfmt for formatting, and maybe forking the ktlint plugin to fix its useless, constant nags, and properly support external rulesets.
We need to add the ktlint Compose ruleset as things are slipping through Detect. We also have to address new warnings that come up with the new ruleset.
The text was updated successfully, but these errors were encountered: