britney2-ubuntu/.codeclimate.yml
Niels Thykier eb64347eee
.codeclimate.yml: Update thresholds for maintainability
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-09-30 12:19:30 +00:00

21 lines
365 B
YAML

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