Skip to content

Commit

Permalink
Remove unused extend AutoCorrector
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Sep 19, 2023
1 parent 85de912 commit 68a0d3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rubocop/cop/rails/unused_render_content.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module Rails
# render status: :continue
# render status: 100
class UnusedRenderContent < Base
extend AutoCorrector
include RangeHelp

MSG = 'Do not specify body content for a response with a non-content status code'
Expand Down

0 comments on commit 68a0d3d

Please sign in to comment.