chore(detekt): add @PreviewLightDark to ignore list

This commit is contained in:
andrekir
2024-07-06 08:57:10 -03:00
parent 2b4b1d7683
commit 36e78d1f45

View File

@@ -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'