Skip to content

Commit 8698c9b

Browse files
committed
Dependencies, Node.js & PostgreSQL versions review
1 parent 1bcaedc commit 8698c9b

34 files changed

+10576
-7439
lines changed

.codeclimate.yml

+33-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,44 @@
1-
---
1+
version: "2"
2+
checks:
3+
argument-count:
4+
config:
5+
threshold: 10
6+
file-lines:
7+
config:
8+
threshold: 1200
9+
method-complexity:
10+
config:
11+
threshold: 80
12+
method-count:
13+
config:
14+
threshold: 30
15+
method-lines:
16+
config:
17+
threshold: 150
18+
nested-control-flow:
19+
config:
20+
threshold: 6
21+
return-statements:
22+
config:
23+
threshold: 20
24+
identical-code:
25+
config:
26+
threshold: 60
227
engines:
328
duplication:
429
enabled: true
530
config:
631
languages:
7-
- ruby
8-
- javascript
9-
- python
10-
- php
32+
- javascript
1133
eslint:
1234
enabled: true
13-
channel: eslint-3
35+
channel: eslint-6
1436
fixme:
1537
enabled: true
1638
ratings:
1739
paths:
18-
- "examples/*.js"
19-
- "lib/*.js"
20-
- "lib/sync/*.js"
40+
- "examples/*.js"
41+
- "lib/*.js"
42+
- "lib/sync/*.js"
43+
exclude_patterns:
44+
- "**/test/"

0 commit comments

Comments
 (0)