.codeclimate.yml: Update thresholds for maintainability

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2018-09-30 10:36:49 +00:00
parent 7c7177a9fd
commit eb64347eee
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

20
.codeclimate.yml Normal file
View File

@ -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