Skip to content

Commit

Permalink
Merge pull request #517 from Shopify/remove-deadcode-spoom-deadcode-i…
Browse files Browse the repository at this point in the history
…ndexer-file_name

Remove dead attr_reader `file_name`
  • Loading branch information
Morriar committed Mar 1, 2024
2 parents 9b2b07e + 8b5844e commit b29c1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spoom/deadcode/indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Indexer < SyntaxTree::Visitor
extend T::Sig

sig { returns(String) }
attr_reader :path, :file_name
attr_reader :path

sig { returns(Index) }
attr_reader :index
Expand Down

0 comments on commit b29c1cc

Please sign in to comment.