1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-04-23 20:58:45 +02:00

Disable SerialVersionUIDInSerializableClass detekt rule

This commit is contained in:
AntsyLich 2024-03-17 19:36:14 +06:00
parent c348fac78f
commit fa6fa1f53a
No known key found for this signature in database

@ -18,5 +18,7 @@ style:
ignoreCompanionObjectPropertyDeclaration: true
ReturnCount:
excludeGuardClauses: true
SerialVersionUIDInSerializableClass:
active: false
UnusedPrivateMember:
ignoreAnnotated: [ 'Preview' ]