Skip to content

Commit e706ce6

Browse files
committed
simplify codeclimate config
1 parent b28baca commit e706ce6

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

.codeclimate.yml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,4 @@
11
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: 250
15-
method-complexity:
16-
enabled: true
17-
config:
18-
threshold: 5
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-
config:
38-
threshold: #language-specific defaults. overrides affect all languages.
39-
identical-code:
40-
enabled: true
41-
config:
42-
threshold: #language-specific defaults. overrides affect all languages.
432
plugins:
443
eslint:
454
enabled: true

0 commit comments

Comments
 (0)