-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.codeclimate.yml
53 lines (52 loc) · 867 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
49
50
51
52
---
engines:
brakeman:
enabled: true
exclude_fingerprints:
- 2f63d663e9f35ba60ef81d56ffc4fbf0660fbc2067e728836176bc18f610f77f
bundler-audit:
enabled: false
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_patterns:
- config/
- db/
- features/
- script/
- spec/
- vendor/
- "app/assets/javascripts/jquery.*.js"
- "app/assets/javascripts/*.min.js"
- "app/assets/javascripts/*.rails.js"
- "app/assets/javascripts/rails.js"
- "app/assets/stylesheets/*"
- "./.*"