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 5b4d2e75d1
commit 76d448e34b
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'
]