Skip to content

Commit

Permalink
rubocop 0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jul 17, 2018
1 parent 77389ea commit 45c37c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Lint/AmbiguousBlockAssociation:
Lint/NestedPercentLiteral:
Enabled: false

Lint/UnneededRequireStatement:
Enabled: false

Lint/UnneededSplatExpansion:
Enabled: false

Expand Down
4 changes: 2 additions & 2 deletions image_optim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EOF

s.add_development_dependency 'image_optim_pack', '~> 0.2', '>= 0.2.2'
s.add_development_dependency 'rspec', '~> 3.0'
if RUBY_VERSION >= '2.1'
s.add_development_dependency 'rubocop', '~> 0.53'
if RUBY_VERSION >= '2.2'
s.add_development_dependency 'rubocop', '~> 0.58'
end
end

0 comments on commit 45c37c6

Please sign in to comment.