Prevent from importing temporary legacy classes
This commit is contained in:
parent
e599abc6ba
commit
fb13b402af
|
@ -165,3 +165,7 @@ Formatter\.formatShortFileSize===1
|
|||
|
||||
### 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
|
||||
|
||||
### 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 New Issue