Skip to content

Commit d3234b3

Browse files
committed
increase enum class allowance by 1
1 parent 63090ef commit d3234b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check/forbidden_strings_in_code.txt

Lines changed: 1 addition & 1 deletion
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===106
163+
enum class===107
164164

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

0 commit comments

Comments
 (0)