Enable detekt rules OptionalUnit and fix existing issues.
This commit is contained in:
parent
4ba4bd1f56
commit
6fff373613
5 changed files with 10 additions and 8 deletions
|
|
@ -54,6 +54,8 @@ style:
|
|||
active: true
|
||||
UseCheckOrError:
|
||||
active: true
|
||||
OptionalUnit:
|
||||
active: true
|
||||
|
||||
coroutines:
|
||||
GlobalCoroutineUsage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue