-
Notifications
You must be signed in to change notification settings - Fork 28
/
.codeclimate.yml
43 lines (43 loc) · 1009 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
prepare:
fetch:
- url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/.rubocop_base.yml
path: ".rubocop_base.yml"
- url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/.rubocop_cc_base.yml
path: ".rubocop_cc_base.yml"
- url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/styles/base.yml
path: styles/base.yml
- url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/styles/cc_base.yml
path: styles/cc_base.yml
plugins:
rubocop:
enabled: true
config: ".rubocop_cc.yml"
channel: rubocop-1-56-3
brakeman:
enabled: false
bundler-audit:
enabled: false
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- ruby
- javascript
eslint:
enabled: false
channel: eslint-3
fixme:
enabled: false
markdownlint:
enabled: false
exclude_patterns:
- ".git/"
- "**.xml"
- "**.yaml"
- "**.yml"
- locale/
- spec/
- tools/
version: '2'