Skip to content

Commit c980155

Browse files
committed
chore: Updating Code climate settings
1 parent f275c75 commit c980155

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.codeclimate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
checks:
22
argument-count:
33
config:
4-
threshold: 4
4+
threshold: 3
55
complex-logic:
66
config:
77
threshold: 4
88
file-lines:
99
config:
10-
threshold: 600
10+
threshold: 200
1111
method-complexity:
1212
config:
13-
threshold: 20
13+
threshold: 5
1414
method-count:
1515
config:
1616
threshold: 20
1717
method-lines:
1818
config:
19-
threshold: 125
19+
threshold: 25
2020
nested-control-flow:
2121
config:
22-
threshold: 4
22+
threshold: 3
2323
return-statements:
2424
config:
2525
threshold: 4

0 commit comments

Comments
 (0)