twitter / compose-rules

Static checks to aid with a healthy adoption of Compose
https://twitter.github.io/compose-rules
Other
1.37k stars 93 forks source link

Add an option to configure ComposePreviewPublic to flag all previews #102

Closed mrmans0n closed 2 years ago

mrmans0n commented 2 years ago

By default, ComposePreviewPublic will only flag public previews if they use a @PreviewParameter, because we know for sure that they are only going to be used for previews. This will continue to be the default behavior, but if people want to flag ALL public previews, they can use previewPublicOnlyIfParams to do that now.

Closes #95.