JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
655 stars 34 forks source link

Add compose ktlint rules, fix issues #431

Open rock3r opened 1 month ago

rock3r commented 1 month ago

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.

hamen commented 3 weeks ago

We will monitor Spotless releases until they include the fix for ktfmt we need 🤞

rock3r commented 2 weeks ago

Notes on this:

rock3r commented 1 week ago

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.