From 17de88e5f67e98170c34fd54899f3657981fc0b0 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 24 Jan 2022 18:12:41 +0100 Subject: [PATCH] Remove the check on number of enum class. Now that we have more developers, we can have conflict because ot the number of exception. Let's hope we will not do the mistake... --- tools/check/forbidden_strings_in_code.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/check/forbidden_strings_in_code.txt b/tools/check/forbidden_strings_in_code.txt index 4cbb2955db..21ab0bab77 100644 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -159,9 +159,6 @@ Formatter\.formatShortFileSize===1 # DISABLED # 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===121 - ### Do not import temporary legacy classes import org.matrix.android.sdk.internal.legacy.riot===3 import org.matrix.androidsdk.crypto.data===2