Fix warning with enum

This commit is contained in:
Benoit Marty 2020-10-14 11:20:01 +02:00
parent 2b026b6bc6
commit ea57697215

View file

@ -163,8 +163,8 @@ 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 it is ok, change the value in file forbidden_strings_in_code.txt
enum class===81
### 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===82
### Do not import temporary legacy classes
import org.matrix.android.sdk.internal.legacy.riot===3