fix static analysis issues

This commit is contained in:
crain 2020-12-28 16:56:20 +05:00
parent 3a6afded87
commit 501fddd72d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class AmountWithDecimalDecorator(
fun getTextWithoutFormatting(decimalSeparatorToReplace: String = decimalSeparator): String =
previousInputtedText.withoutFormatting(decimalSeparatorToReplace)
@Suppress("detekt.TooGenericExceptionCaught")
@Suppress("detekt.TooGenericExceptionCaught", "detekt.LongMethod", "detekt.ComplexMethod")
private fun doOnTextChanged(text: String) {
if (isTextWasArtificiallyChanged) {
isTextWasArtificiallyChanged = false