Increase allowed type body lengths from 200 to 700

This commit is contained in:
Stefan Ceriu
2022-06-06 13:05:47 +03:00
parent cecf9f9cf5
commit 5a5a0d291d

View File

@@ -30,6 +30,10 @@ type_name:
warning: 150
error: 1000
type_body_length:
warning: 700
error: 1000
custom_rules:
print_deprecation:
regex: "\\b(print)\\b"