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 fa0721b160
commit 2256d49b35

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"