forked from embarklabs/embark
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.codeclimate.yml
43 lines (43 loc) · 1.08 KB
/
.codeclimate.yml
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
33
34
35
36
37
38
39
40
41
42
43
engines:
eslint:
enabled: true
checks:
no-eval:
enabled: false
no-process-exit:
enabled: false
global-require:
enabled: false
guard-for-in:
enabled: false
for-direction:
enabled: false
getter-return:
enabled: false
no-buffer-constructor:
enabled: false
padding-line-between-statements:
enabled: false
semi-style:
enabled: false
switch-colon-spacing:
enabled: false
array-bracket-newline:
enabled: false
ratings:
paths:
- "lib/**/*"
exclude_paths:
- "test/"
- "old_test/"
- "boilerplate/"
- "demo/"
- "js/"
- "test_app/"
- "docs/"
checks:
similar-code:
enabled: false
method-lines:
config:
threshold: 35