Disable SerialVersionUIDInSerializableClass detekt rule

(cherry picked from commit bcdf17fe27dfb140e120ef2223aceb79668b8c16)
This commit is contained in:
AntsyLich 2024-03-17 19:36:14 +06:00 committed by Cuong M. Tran
parent ed7792b4ee
commit 8deab6a054
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

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