forked from ManageIQ/manageiq-providers-amazon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
47 lines (47 loc) · 897 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
---
exclude_paths:
- ".git/"
- "**.xml"
- "**.yaml"
- "**.yml"
- "locale/"
- "spec/"
- "tools/"
engines:
brakeman:
# very slow :sad_panda:
enabled: false
bundler-audit:
# requires Gemfile.lock
enabled: false
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- ruby
- javascript
eslint:
enabled: false
channel: "eslint-3"
fixme:
# let's enable later
enabled: false
markdownlint:
# let's enable later
enabled: false
rubocop:
enabled: true
config: '.rubocop_cc.yml'
prepare:
fetch:
- url: "https://raw.githubusercontent.com/ManageIQ/manageiq/master/.rubocop_base.yml"
path: ".rubocop_base.yml"
- url: "https://raw.githubusercontent.com/ManageIQ/manageiq/master/.rubocop_cc.yml"
path: ".rubocop_manageiq_cc.yml"
ratings:
paths:
- Gemfile.lock
- "**.rake"
- "**.rb"