File tree 34 files changed +10576
-7439
lines changed
34 files changed +10576
-7439
lines changed Original file line number Diff line number Diff line change 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
2
27
engines :
3
28
duplication :
4
29
enabled : true
5
30
config :
6
31
languages :
7
- - ruby
8
- - javascript
9
- - python
10
- - php
32
+ - javascript
11
33
eslint :
12
34
enabled : true
13
- channel : eslint-3
35
+ channel : eslint-6
14
36
fixme :
15
37
enabled : true
16
38
ratings :
17
39
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/"
You can’t perform that action at this time.
0 commit comments