Skip to content

Commit 58197b8

Browse files
committed
Fix enum class warning
1 parent 0008065 commit 58197b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check/forbidden_strings_in_code.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Formatter\.formatShortFileSize===1
160160
# android\.text\.TextUtils
161161

162162
### 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
163-
enum class===119
163+
enum class===121
164164

165165
### Do not import temporary legacy classes
166166
import org.matrix.android.sdk.internal.legacy.riot===3

0 commit comments

Comments
 (0)