forked from pact-foundation/pact_broker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codeclimate.yml
49 lines (48 loc) · 835 Bytes
/
.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
44
45
46
47
48
---
checks:
argument-count:
config:
threshold: 6
method-count:
config:
threshold: 40
similar-code:
enabled: false
engines:
csslint:
enabled: true
duplication:
enabled: true
exclude_patterns:
- spec/
config:
languages:
- ruby
- javascript
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_patterns:
- script/
- vendor/
- public/Network Graph_files/
- public/js/bootstrap*
- public/javascripts/d3.v3.js.pagespeed.ce.dFNRrGTALe.js
- public/javascripts/highlight.pack.js
- public/javascripts/jquery*.js
- public/js/bootstrap*.js
- public/javascripts/pagination.js
- public/javascripts/material-menu.js