mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Prevent from importing temporary legacy classes
This commit is contained in:
parent
e599abc6ba
commit
fb13b402af
1 changed files with 5 additions and 1 deletions
|
@ -164,4 +164,8 @@ 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 it is ok, change the value in file forbidden_strings_in_code.txt
|
||||
enum class===72
|
||||
enum class===72
|
||||
|
||||
### Do not import temporary legacy classes
|
||||
import im.vector.matrix.android.internal.legacy.riot===3
|
||||
import org.matrix.androidsdk.crypto.data===2
|
||||
|
|
Loading…
Reference in a new issue