mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-21 20:55:41 +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
|
ignoreCompanionObjectPropertyDeclaration: true
|
||||||
ReturnCount:
|
ReturnCount:
|
||||||
excludeGuardClauses: true
|
excludeGuardClauses: true
|
||||||
|
SerialVersionUIDInSerializableClass:
|
||||||
|
active: false
|
||||||
UnusedPrivateMember:
|
UnusedPrivateMember:
|
||||||
ignoreAnnotated: [ 'Preview' ]
|
ignoreAnnotated: [ 'Preview' ]
|
||||||
|
|
Loading…
Reference in a new issue