mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-19 14:31:33 +00:00
.codeclimate.yml: Update thresholds for maintainability
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
7c7177a9fd
commit
eb64347eee
20
.codeclimate.yml
Normal file
20
.codeclimate.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user