mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-27 18:21:58 -04:00
chore(detekt): add @PreviewLightDark to ignore list
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user