Loosen CodeClimate's method-lines rule (#7980)

This commit is contained in:
Mac Siri 2020-05-20 10:44:35 -04:00 committed by GitHub
parent 52277ea0ba
commit f65d61c8db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ checks:
method-lines:
enabled: true
config:
threshold: 25
threshold: 50
nested-control-flow:
enabled: true
config: