mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05: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