Enable detekt rules UnderscoresInNumericLiterals and fix existing issues.
This commit is contained in:
committed by
Benoit Marty
parent
6fff373613
commit
15ac81d32a
@@ -56,6 +56,10 @@ style:
|
||||
active: true
|
||||
OptionalUnit:
|
||||
active: true
|
||||
UnderscoresInNumericLiterals:
|
||||
active: true
|
||||
acceptableLength: 4
|
||||
allowNonStandardGrouping: false
|
||||
|
||||
coroutines:
|
||||
GlobalCoroutineUsage:
|
||||
|
||||
Reference in New Issue
Block a user