From 274aef8f248f3079934de1d52e74b3f4c2b54000 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 22 Mar 2021 19:15:06 +0100 Subject: [PATCH] Code qual --- tools/check/forbidden_strings_in_code.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check/forbidden_strings_in_code.txt b/tools/check/forbidden_strings_in_code.txt index 468fe717c0..7b7c44b9fd 100644 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -161,7 +161,7 @@ Formatter\.formatShortFileSize===1 # android\.text\.TextUtils ### This is not a rule, but a warning: the number of "enum class" has changed. For Json classes, it is mandatory that they have `@JsonClass(generateAdapter = false)`. If the enum is not used as a Json class, change the value in file forbidden_strings_in_code.txt -enum class===92 +enum class===93 ### Do not import temporary legacy classes import org.matrix.android.sdk.internal.legacy.riot===3