Skip to content

Commit

Permalink
Re-exclude **/*_test.rb. They're not inside test/**/*.
Browse files Browse the repository at this point in the history
  • Loading branch information
natematykiewicz committed Oct 12, 2024
1 parent 8a29e45 commit ed45843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby_indexer/lib/ruby_indexer/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def initialize

@excluded_patterns = T.let(
[
File.join("**", "*_test.rb"),
File.join("node_modules", "**", "*"),
File.join("spec", "**", "*"),
File.join("test", "**", "*"),
Expand Down

0 comments on commit ed45843

Please sign in to comment.