mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 11:59:12 +03:00
Add a way to ensure we have @JsonClass(generateAdapter = false)
for enum class
.
This is not ideal, but this will save us in the future.
This commit is contained in:
parent
85f713c8c7
commit
bbf0b1e3ba
1 changed files with 3 additions and 0 deletions
|
@ -162,3 +162,6 @@ Formatter\.formatShortFileSize===1
|
|||
### Use kotlin stdlib to test or compare strings
|
||||
# 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===69
|
Loading…
Reference in a new issue