Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Aug 20, 2024
1 parent 766621d commit f0f359b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ruby_indexer/lib/ruby_indexer/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ def indexables
File.join(@workspace_path, pattern)
end
end
puts "*" * 10
puts Bundler.settings["path"]
puts excluded_patterns
puts "*" * 10

# Remove user specified patterns
indexables.reject! do |indexable|
Expand Down

0 comments on commit f0f359b

Please sign in to comment.