mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-21 12:45:44 +03:00
Disable SerialVersionUIDInSerializableClass
detekt rule
This commit is contained in:
parent
a08e03f5cb
commit
bcdf17fe27
1 changed files with 2 additions and 0 deletions
|
@ -18,5 +18,7 @@ style:
|
|||
ignoreCompanionObjectPropertyDeclaration: true
|
||||
ReturnCount:
|
||||
excludeGuardClauses: true
|
||||
SerialVersionUIDInSerializableClass:
|
||||
active: false
|
||||
UnusedPrivateMember:
|
||||
ignoreAnnotated: [ 'Preview' ]
|
||||
|
|
Loading…
Reference in a new issue