Detekt: Rename LargeHeightPreview to PreviewWithLargeHeight to follow naming convention.
MultiPreview annotations should start with `Preview` as prefix Detekt: Rename `LargeHeightPreview` to `PreviewWithLargeHeight` to follow naming convention. Custom Preview annotations should start with `Preview` as prefix
This commit is contained in:
parent
fb87c77b91
commit
97f2d211ae
5 changed files with 11 additions and 11 deletions
|
|
@ -23,4 +23,4 @@ import androidx.compose.ui.tooling.preview.Preview
|
|||
* adding extra vertical space so long scrolling components can be displayed. This is a helper for that functionality.
|
||||
*/
|
||||
@Preview(heightDp = 1000)
|
||||
annotation class LargeHeightPreview
|
||||
annotation class PreviewWithLargeHeight
|
||||
Loading…
Add table
Add a link
Reference in a new issue