Skip to content

Commit

Permalink
Update manageiq-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Jan 21, 2021
1 parent 12cabed commit 8dc4671
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,16 @@
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
version: '2'
4 changes: 4 additions & 0 deletions .rubocop.yml
@@ -0,0 +1,4 @@
inherit_gem:
manageiq-style: ".rubocop_base.yml"
inherit_from:
- ".rubocop_local.yml"
4 changes: 4 additions & 0 deletions .rubocop_cc.yml
@@ -0,0 +1,4 @@
inherit_from:
- ".rubocop_base.yml"
- ".rubocop_cc_base.yml"
- ".rubocop_local.yml"
Empty file added .rubocop_local.yml
Empty file.
5 changes: 3 additions & 2 deletions binary_struct.gemspec
Expand Up @@ -28,7 +28,8 @@ from/to a Hash.
spec.required_ruby_version = '>= 2.3'

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", ">= 3.0"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", ">= 3.0"
end

0 comments on commit 8dc4671

Please sign in to comment.