Skip to content

Commit

Permalink
Add a rubocop channel to the codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berger committed Jul 8, 2019
1 parent 74a9baa commit 1e38623
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ exclude_paths:
- "**.xml"
- "**.yaml"
- "**.yml"
- "locale/"
- "spec/"
- "tools/"
- locale/
- spec/
- tools/
engines:
brakeman:
# very slow :sad_panda:
enabled: false
bundler-audit:
# requires Gemfile.lock
enabled: false
csslint:
enabled: false
Expand All @@ -24,21 +22,20 @@ engines:
- javascript
eslint:
enabled: false
channel: "eslint-3"
channel: eslint-3
fixme:
# let's enable later
enabled: false
markdownlint:
# let's enable later
enabled: false
rubocop:
enabled: true
config: '.rubocop_cc.yml'
config: ".rubocop_cc.yml"
channel: rubocop-0-69
prepare:
fetch:
- url: "https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml"
- url: https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml
path: ".rubocop_base.yml"
- url: "https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_cc_base.yml"
- url: https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_cc_base.yml
path: ".rubocop_cc_base.yml"
ratings:
paths:
Expand Down

0 comments on commit 1e38623

Please sign in to comment.