Skip to content

Commit

Permalink
Fix unnecessary disabling of Metrics/BlockLength
Browse files Browse the repository at this point in the history
  • Loading branch information
barrucadu committed Apr 3, 2020
1 parent 08f52b8 commit 3043b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slimmer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)

require "slimmer/version"

Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
Gem::Specification.new do |s|
s.name = "slimmer"
s.version = Slimmer::VERSION
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit 3043b1d

Please sign in to comment.