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

@ -132,7 +132,7 @@ if (allowList.includes(user)) {
const previewAnnotations = [
'androidx.compose.ui.tooling.preview.Preview',
'io.element.android.libraries.designsystem.preview.LargeHeightPreview',
'io.element.android.libraries.designsystem.preview.PreviewWithLargeHeight',
'io.element.android.libraries.designsystem.preview.DayNightPreviews'
]