Skip to content

Commit cf480c5

Browse files
authored
Create .codeclimate.yml
1 parent 5ff9a6c commit cf480c5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.codeclimate.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
version: "2"
2+
checks:
3+
argument-count:
4+
enabled: true
5+
config:
6+
threshold: 4
7+
complex-logic:
8+
enabled: true
9+
config:
10+
threshold: 4
11+
file-lines:
12+
enabled: true
13+
config:
14+
threshold: 150
15+
method-complexity:
16+
enabled: true
17+
config:
18+
threshold: 10
19+
method-count:
20+
enabled: true
21+
config:
22+
threshold: 20
23+
method-lines:
24+
enabled: true
25+
config:
26+
threshold: 25
27+
nested-control-flow:
28+
enabled: true
29+
config:
30+
threshold: 4
31+
return-statements:
32+
enabled: true
33+
config:
34+
threshold: 4
35+
similar-code:
36+
enabled: true
37+
identical-code:
38+
enabled: true
39+

0 commit comments

Comments
 (0)