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:
Benoit Marty 2023-09-21 08:27:33 +02:00 committed by Benoit Marty
parent fb87c77b91
commit 97f2d211ae
5 changed files with 11 additions and 11 deletions

View file

@ -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