chore(detekt): add `@PreviewLightDark` to ignore list

pull/1128/head
andrekir 2024-07-06 08:57:10 -03:00
rodzic 2b4b1d7683
commit 36e78d1f45
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -175,7 +175,7 @@ complexity:
ignoreDeprecated: false
ignorePrivate: false
ignoreOverridden: false
ignoreAnnotated: ['Preview']
ignoreAnnotated: [ 'Preview', 'PreviewLightDark' ]
coroutines:
active: true
@ -739,7 +739,7 @@ style:
UnusedPrivateMember:
active: true
allowedNames: ''
ignoreAnnotated: ['Preview']
ignoreAnnotated: [ 'Preview', 'PreviewLightDark' ]
UnusedPrivateProperty:
active: true
allowedNames: '_|ignored|expected|serialVersionUID'