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
|
|
@ -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'
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue