.codeclimate.yml: Update thresholds for maintainability

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent 7c7177a9fd
commit eb64347eee
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -0,0 +1,20 @@
version: "2" # required to adjust maintainability checks
checks:
argument-count:
config:
threshold: 6
complex-logic:
config:
threshold: 9
file-lines:
config:
threshold: 500
method-complexity:
config:
threshold: 9
method-count:
config:
threshold: 40
method-lines:
config:
threshold: 50
Loading…
Cancel
Save