Skip to content

Commit b77dd62

Browse files
vinistockalexcrocha
andcommitted
Use default Rubydex configuration
Co-authored-by: Alex Rocha <alexcrocha@users.noreply.github.com>
1 parent 3fda670 commit b77dd62

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.rubydex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude = docs, ext, rust, target

exe/rdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ def __with_timer(message, &block)
3535
end
3636

3737
graph = Rubydex::Graph.new
38+
graph.load_config
39+
3840
__with_timer("Indexing workspace...") { graph.index_workspace }
3941
__with_timer("Resolving graph...") { graph.resolve }
4042

0 commit comments

Comments
 (0)