-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.codeclimate.yml
74 lines (74 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
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_paths:
- config/
- db/
- spec/
- vendor/
- app/interactors/
- app/api/
- app/assets/javascripts/legacy/
- app/assets/javascripts/legacy_application.js
- app/assets/legacy_templates/
- app/assets/stylesheets/legacy/
- app/assets/stylesheets/legacy_application.scss
- app/controllers/legacy_controller.rb
- app/views/legacy/
- app/models/abilities/
- app/models/observers/
- app/models/media_types/
- app/models/post_types/
- app/models/onet/
- app/models/concerns/searchable*
- app/models/application.rb
- app/models/author.rb
- app/models/bulk_job.rb
- app/models/category.rb
- app/models/document.rb
- app/models/locale.rb
- app/models/localization.rb
- app/models/media.rb
- app/models/onet.rb
- app/models/post.rb
- app/models/snippet.rb
- app/models/webpage.rb
- app/jobs/bulk_create_media_job.rb
- app/jobs/bulk_create_users_job.rb
- app/jobs/cache_bust_webpage_job.rb
- app/jobs/youtube_media_job.rb
- app/jobs/youtube_media_job.rb
- lib/tasks/cortex.rake