Skip to content

Commit 3302b99

Browse files
committed
Change from todo to disable for comment
1 parent c9a09cd commit 3302b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/rspec_rails/have_http_status.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class HaveHttpStatus < ::RuboCop::Cop::Base
4747
)
4848
PATTERN
4949

50-
def on_send(node) # rubocop:todo Metrics/MethodLength
50+
def on_send(node) # rubocop:disable Metrics/MethodLength
5151
match_status(node) do
5252
|response_status, response_method, to, match, status|
5353
return unless status.to_s.match?(/\A\d+\z/)

0 commit comments

Comments
 (0)