1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-08-09 01:42:06 +03:00

Fix lint errors

This commit is contained in:
yostyle
2021-11-10 17:38:11 +01:00
parent 7a78bc6866
commit 6ddf3f6e5a
10 changed files with 19 additions and 20 deletions

View File

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