Enable detekt rules UnderscoresInNumericLiterals and fix existing issues.
This commit is contained in:
parent
0e219200b0
commit
b3cf0d2cf1
5 changed files with 10 additions and 6 deletions
|
|
@ -56,6 +56,10 @@ style:
|
|||
active: true
|
||||
OptionalUnit:
|
||||
active: true
|
||||
UnderscoresInNumericLiterals:
|
||||
active: true
|
||||
acceptableLength: 4
|
||||
allowNonStandardGrouping: false
|
||||
|
||||
coroutines:
|
||||
GlobalCoroutineUsage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue