Skip to content

Commit

Permalink
Merge pull request #505 from bdunne/manageiq-style
Browse files Browse the repository at this point in the history
manageiq-style -i
  • Loading branch information
agrare authored Dec 22, 2020
2 parents 5817de9 + 194aad2 commit 4408960
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
exclude_paths:
- ".git/"
- "**.xml"
- "**.yaml"
- "**.yml"
- spec/
- test/
- lib/gems/pending/*/test/
engines:
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-0-82
brakeman:
enabled: false
bundler-audit:
Expand All @@ -20,19 +26,12 @@ engines:
enabled: false
markdownlint:
enabled: false
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"
ratings:
paths:
- Gemfile.lock
- "**.rake"
- "**.rb"
plugins:
rubocop:
enabled: true
config: ".rubocop_cc.yml"
channel: rubocop-0-82
exclude_patterns:
- ".git/"
- "**.xml"
- "**.yaml"
- "**.yml"
- spec/
- test/
- lib/gems/pending/*/test/
version: '2'

0 comments on commit 4408960

Please sign in to comment.