1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-08-19 21:11:31 +02:00

Disable SerialVersionUIDInSerializableClass detekt rule

This commit is contained in:
AntsyLich
2024-03-17 19:36:14 +06:00
parent c348fac78f
commit fa6fa1f53a

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