-
Notifications
You must be signed in to change notification settings - Fork 36
/
.codeclimate.yml
54 lines (54 loc) · 1.21 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
checks:
method-complexity:
enabled: true
config:
threshold: 8
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:
mass_threshold: 25
count_threshold: 5
javascript:
eslint:
enabled: false
channel: eslint-3
fixme:
enabled: false
markdownlint:
enabled: false
exclude_patterns:
- ".git/"
- "**.xml"
- "**.yaml"
- "**.yml"
- lib/metadata/linux/test/Packages
- lib/metadata/linux/test/tc_LinuxUtils.rb
- locale/
- spec/
- test/
- tools/
- tmp/
version: '2'