forked from LawnchairLauncher/lawnchair
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use mrmans0n Compose rules to check styles (LawnchairLauncher#3788)
* Use customRuleSets * Disable ktlint_compose_modifier-missing-check * Fix compose:vm-forwarding-check https://mrmans0n.github.io/compose-rules/rules/#hoist-all-the-things * Fix compose:param-order-check https://mrmans0n.github.io/compose-rules/rules/#ordering-composable-parameters-properly * Intro kotlinx-collections-immutable * Fix compose:unstable-collections https://mrmans0n.github.io/compose-rules/rules/#avoid-using-unstable-collections * Fix compose:modifier-not-used-at-root https://mrmans0n.github.io/compose-rules/rules/#modifiers-should-be-used-at-the-top-most-layout-of-the-component * Fix compose:multiple-emitters-check https://mrmans0n.github.io/compose-rules/rules/#do-not-emit-multiple-pieces-of-content * Fix compose:compositionlocal-allowlist https://mrmans0n.github.io/compose-rules/rules/#compositionlocals * Enable modifier-missing-check https://mrmans0n.github.io/compose-rules/rules/#when-should-i-expose-modifier-parameters * Cleanups * io.nlopez.compose.rules:ktlint:0.3.5 * Rearrange params * Revert "Fix compose:modifier-not-used-at-root" This reverts commit 7dee424. * Disable modifier-not-used-at-root for PreferenceTemplate * Cleanups * Remove unused modifiers * Disable ktlint_compose_modifier-missing-check * Disable ktlint_compose_compositionlocal-allowlist
- Loading branch information
Showing
49 changed files
with
240 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.