Fix number of enum

This commit is contained in:
Valere 2020-12-11 17:50:59 +01:00
parent 071611b81c
commit d8a1939c69
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,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===83
enum class===84
### Do not import temporary legacy classes
import org.matrix.android.sdk.internal.legacy.riot===3