Skip to content

Commit

Permalink
Revert Rubocop change for Code Climate
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Apr 1, 2017
1 parent 25d4d1a commit da5be2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Metrics/BlockLength:
- "configure"
- "context"
- "describe"
- "new"
# NOTE: Re-enable this when Code Climate Rubocop version updates
# - "new"

Metrics/MethodLength:
Max: 16
Expand Down
3 changes: 3 additions & 0 deletions resume.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require_relative "lib/resume"

# rubocop:disable Metrics/BlockLength
# NOTE: Remove this disable when Code Climate Rubocop version updates
Gem::Specification.new do |spec|
spec.name = "resume"
spec.version = Resume::VERSION
Expand Down Expand Up @@ -41,3 +43,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "scrutinizer-ocular", "~> 1.0"
spec.add_development_dependency "yard", "~> 0.8"
end
# rubocop:enable Metrics/BlockLength

0 comments on commit da5be2d

Please sign in to comment.