Skip to content

Commit

Permalink
Add rubocop dependency and correct settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aeroastro committed Jun 28, 2017
1 parent 98f4f2e commit d80e720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
@@ -1,2 +1,4 @@
inherit_from:
- .rubocop_rubyzip.yml
- .rubocop_rubyzip.yml
AllCops:
TargetRubyVersion: 1.9
1 change: 1 addition & 0 deletions rubyzip.gemspec
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry', '~> 0.10'
s.add_development_dependency 'minitest', '~> 5.4'
s.add_development_dependency 'coveralls', '~> 0.7'
s.add_development_dependency 'rubocop', '~> 0.49.1'
end

0 comments on commit d80e720

Please sign in to comment.