Enable detekt rules UseLet and fix existing issues.
This commit is contained in:
parent
b8281052b9
commit
495d6020ad
3 changed files with 14 additions and 17 deletions
|
|
@ -63,6 +63,8 @@ style:
|
|||
UseDataClass:
|
||||
active: true
|
||||
allowVars: false
|
||||
UseLet:
|
||||
active: true
|
||||
|
||||
coroutines:
|
||||
GlobalCoroutineUsage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue