Skip to content

Commit 6dbe73e

Browse files
committed
Use default Rubydex configuration
1 parent 49d9038 commit 6dbe73e

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)