Skip to content

Commit e1cf8ef

Browse files
authored
Merge pull request #332 from djberg96/code_climate_update
Add a rubocop channel to the codeclimate config
2 parents 60e3d54 + 7b39d14 commit e1cf8ef

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.codeclimate.yml

+8-11
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ exclude_paths:
44
- "**.xml"
55
- "**.yaml"
66
- "**.yml"
7-
- "locale/"
8-
- "spec/"
9-
- "tools/"
7+
- locale/
8+
- spec/
9+
- tools/
1010
engines:
1111
brakeman:
12-
# very slow :sad_panda:
1312
enabled: false
1413
bundler-audit:
15-
# requires Gemfile.lock
1614
enabled: false
1715
csslint:
1816
enabled: false
@@ -24,21 +22,20 @@ engines:
2422
- javascript
2523
eslint:
2624
enabled: false
27-
channel: "eslint-3"
25+
channel: eslint-3
2826
fixme:
29-
# let's enable later
3027
enabled: false
3128
markdownlint:
32-
# let's enable later
3329
enabled: false
3430
rubocop:
3531
enabled: true
36-
config: '.rubocop_cc.yml'
32+
config: ".rubocop_cc.yml"
33+
channel: rubocop-0-69
3734
prepare:
3835
fetch:
39-
- url: "https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml"
36+
- url: https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml
4037
path: ".rubocop_base.yml"
41-
- url: "https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_cc_base.yml"
38+
- url: https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_cc_base.yml
4239
path: ".rubocop_cc_base.yml"
4340
ratings:
4441
paths:

0 commit comments

Comments
 (0)