Enable detekt rules UseDataClass and fix existing issues.
This commit is contained in:
committed by
Benoit Marty
parent
15ac81d32a
commit
613cd4f863
@@ -60,6 +60,9 @@ style:
|
||||
active: true
|
||||
acceptableLength: 4
|
||||
allowNonStandardGrouping: false
|
||||
UseDataClass:
|
||||
active: true
|
||||
allowVars: false
|
||||
|
||||
coroutines:
|
||||
GlobalCoroutineUsage:
|
||||
|
||||
Reference in New Issue
Block a user