Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions lib/spoom/sorbet/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ def initialize
@no_stdlib = false #: bool
end

#: (Config source) -> void
def initialize_copy(source)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to make Spoom aware that these methods are not dead since they can be called from dup?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super
@paths = @paths.dup
@ignore = @ignore.dup
@allowed_extensions = @allowed_extensions.dup
end

# Returns self as a string of options that can be passed to Sorbet
#
# Example:
Expand Down
Loading