Skip to content

Commit 4d8576b

Browse files
committed
Adjust CodeClimate config
1 parent a0ff54e commit 4d8576b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.codeclimate.yml

+29
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,32 @@ plugins:
1111
- src/test/**
1212
- app/src/test/**
1313
minimum_severity: major
14+
checks:
15+
argument-count:
16+
config:
17+
threshold: 5
18+
complex-logic:
19+
config:
20+
threshold: 10
21+
file-lines:
22+
config:
23+
threshold: 250
24+
method-complexity:
25+
config:
26+
threshold: 5
27+
method-count:
28+
config:
29+
threshold: 20
30+
method-lines:
31+
config:
32+
threshold: 25
33+
nested-control-flow:
34+
config:
35+
threshold: 4
36+
return-statements:
37+
config:
38+
threshold: 4
39+
similar-code:
40+
enabled: false
41+
identical-code:
42+
enabled: false

0 commit comments

Comments
 (0)