Skip to content

Commit 127cdc8

Browse files
committed
Renable cops when they are disabled
Rubocop now requires that cops get re-enabled after they are disabled. This re-enabled previously disabled cops.
1 parent fb6d66e commit 127cdc8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/http/options.rb

+1
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,4 @@ def argument_error!(message)
196196
end
197197
end
198198
end
199+
# rubocop:enable Metrics/ClassLength

spec/support/dummy_server/servlet.rb

+1
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,5 @@ def do_#{method.upcase}(req, res)
174174
end
175175
end
176176
end
177+
# rubocop:enable Metrics/ClassLength
177178
end

0 commit comments

Comments
 (0)