Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from Sage/fix_build
Browse files Browse the repository at this point in the history
Remove unnecessary RuboCop metric BlockLength in gemspec
  • Loading branch information
chrisbarber86 authored Jun 5, 2019
2 parents a5a1a14 + b7ee86b commit 837eb71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions i18n_yaml_editor.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

# rubocop:disable Metrics/BlockLength
Gem::Specification.new do |s|
s.name = 'i18n_yaml_editor'
s.version = '2.1.0'
Expand Down Expand Up @@ -71,4 +70,3 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov'
s.add_development_dependency 'yard'
end
# rubocop:enable Metrics/BlockLength

0 comments on commit 837eb71

Please sign in to comment.