mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(detekt): add @PreviewLightDark to ignore list
This commit is contained in:
parent
2b4b1d7683
commit
36e78d1f45
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue