We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f275c75 commit c980155Copy full SHA for c980155
.codeclimate.yml
@@ -1,25 +1,25 @@
1
checks:
2
argument-count:
3
config:
4
- threshold: 4
+ threshold: 3
5
complex-logic:
6
7
threshold: 4
8
file-lines:
9
10
- threshold: 600
+ threshold: 200
11
method-complexity:
12
13
- threshold: 20
+ threshold: 5
14
method-count:
15
16
threshold: 20
17
method-lines:
18
19
- threshold: 125
+ threshold: 25
20
nested-control-flow:
21
22
23
return-statements:
24
25
0 commit comments