Skip to content

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Mar 5, 2024
1 parent 9636db6 commit 579989f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/rubocop/cop/sorbet/forbid_t_struct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ def on_class(node)
corrector.remove(range)
next if node.single_line?

# unless walker.has_extend_t_sig
# indent = offset(node)
# corrector.insert_after(node.identifier, "\n#{indent} extend T::Sig\n")
# end

first_prop = walker.props.first
walker.props.each do |prop|
node = prop.node
Expand Down

0 comments on commit 579989f

Please sign in to comment.