Skip to content

Commit

Permalink
Use manageiq-style
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Oct 14, 2020
1 parent 3842301 commit f3e88fc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
version: '2'
prepare:
fetch:
- url: https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml
- url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/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/manageiq-style/master/.rubocop_cc_base.yml
path: ".rubocop_cc_base.yml"
checks:
argument-count:
Expand All @@ -28,7 +27,7 @@ plugins:
rubocop:
enabled: true
config: ".rubocop_cc.yml"
channel: 'rubocop-0-69'
channel: rubocop-0-82
exclude_patterns:
- node_modules/
- spec/
Expand Down
5 changes: 3 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
inherit_gem:
manageiq-style: ".rubocop_base.yml"
inherit_from:
- https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml
- .rubocop_local.yml
- ".rubocop_local.yml"
6 changes: 3 additions & 3 deletions .rubocop_cc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit_from:
- .rubocop_base.yml
- .rubocop_cc_base.yml
- .rubocop_local.yml
- ".rubocop_base.yml"
- ".rubocop_cc_base.yml"
- ".rubocop_local.yml"
1 change: 1 addition & 0 deletions manageiq-content.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "savon", "~>2.11.1" # Because users expect it to be there for custom code

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "simplecov"
end

0 comments on commit f3e88fc

Please sign in to comment.