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:
committed by
Benoit Marty
parent
5b4d2e75d1
commit
76d448e34b
@@ -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'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user