Skip to content

Commit

Permalink
Renable cops when they are disabled
Browse files Browse the repository at this point in the history
Rubocop now requires that cops get re-enabled after they are disabled.
This re-enabled previously disabled cops.
  • Loading branch information
natesholland committed May 5, 2019
1 parent fb6d66e commit 127cdc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/http/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,4 @@ def argument_error!(message)
end
end
end
# rubocop:enable Metrics/ClassLength
1 change: 1 addition & 0 deletions spec/support/dummy_server/servlet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,5 @@ def do_#{method.upcase}(req, res)
end
end
end
# rubocop:enable Metrics/ClassLength
end

0 comments on commit 127cdc8

Please sign in to comment.