Skip to content

Commit df3e4a7

Browse files
committed
Update CodeClimate config
1 parent c9d147d commit df3e4a7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.codeclimate.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ plugins:
66
enabled: true
77
govet:
88
enabled: true
9+
checks:
10+
argument-count:
11+
config:
12+
threshold: 4
13+
complex-logic:
14+
config:
15+
threshold: 4
16+
file-lines:
17+
config:
18+
threshold: 500
19+
method-complexity:
20+
config:
21+
threshold: 20
22+
method-count:
23+
config:
24+
threshold: 20
25+
method-lines:
26+
config:
27+
threshold: 50
28+
nested-control-flow:
29+
config:
30+
threshold: 4
31+
return-statements:
32+
config:
33+
threshold: 4
934
exclude_patterns:
1035
- ".circleci"
1136
- ".git"

0 commit comments

Comments
 (0)