forked from warp-drive-data/warp-drive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codeclimate.yml
More file actions
32 lines (30 loc) · 801 Bytes
/
.codeclimate.yml
File metadata and controls
32 lines (30 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Save as .codeclimate.yml (note leading .) in project root directory
languages:
JavaScript: true
exclude_paths:
- "tests/*"
- "generators/*"
- "blueprints/*"
- "bin/*"
- "lib/*"
- "node-tests/*"
version: "2" # required to adjust maintainability checks
checks:
argument-count:
config:
threshold: 4
complex-logic:
config:
threshold: 4
file-lines:
enabled: false # we should re-enable this and slowly reduce to ~750 over time
method-complexity:
enabled: false # we should re-enable this and slowly reduce to ~10 over time
method-count:
config:
threshold: 50
method-lines:
config:
threshold: 100
identical-code:
enabled: false # we should re-enable this once we no longer have a separate build step for RecordData