-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
64 lines (64 loc) · 1.07 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
---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
ruby:
javascript:
mass_threshold: 91
eslint:
enabled: true
fixme:
enabled: true
flog:
enabled: true
reek:
enabled: true
rubocop:
enabled: true
channel: rubocop-0-63
scss-lint:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.rb"
- "**.css"
- "**.scss"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- config/initializers/**/*
exclude_paths:
- config/
- db/
- node_modules/
- script/
- vendor/
- public/assets/
- public/mobile_app/
- app/assets/javascripts/goldencobra/html_editors/ckeditor/
- app/assets/javascripts/vendor/
- app/assets/stylesheets/vendor/
- app/assets/stylesheets/_slimbox_overwrite.scss
- app/assets/stylesheets/application_old.scss
- app/assets/javascripts/application_old.js
- tmp/
- log/
- docs
- doc_assets
- .rubocop.yml
- .codeclimate.yml
- .scss-lint.yml
- .eslintrc
- .eslintrc.json
- .csslintrc