You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
britney2-ubuntu/.codeclimate.yml

21 lines
365 B

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