Skip to content

Commit

Permalink
Disable Metrics/BlockLength for gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Nov 23, 2016
1 parent 484f078 commit eee2fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion danger.gemspec
Expand Up @@ -2,7 +2,7 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "danger/version"

# rubocop:disable Metrics/BlockLength
Gem::Specification.new do |spec|
spec.name = "danger"
spec.version = Danger::VERSION
Expand Down Expand Up @@ -51,3 +51,4 @@ Gem::Specification.new do |spec|
# Remove in late November/December 2016
spec.post_install_message = "Thanks for installing Danger!\nIf you are updating from 3.0, we recommend reading the CHANGELOG: https://github.com/danger/danger/blob/master/CHANGELOG.md"
end
# rubocop:enable Metrics/BlockLength

0 comments on commit eee2fa4

Please sign in to comment.