mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Disable SerialVersionUIDInSerializableClass
detekt rule
This commit is contained in:
parent
c348fac78f
commit
fa6fa1f53a
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