From 6836f03afe60e31d18a74514dda036597913d3d3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 30 Aug 2021 22:48:32 +0100 Subject: [PATCH] feat(ruby): exclude test directories from solargraph language server --- config/solargraph/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/solargraph/config.yml b/config/solargraph/config.yml index 0f920f0..d1d72e2 100644 --- a/config/solargraph/config.yml +++ b/config/solargraph/config.yml @@ -1,7 +1,9 @@ --- exclude: - - vendor/**/* - ".bundle/**/*" + - "spec/**/*" + - "test/**/*" + - "vendor/**/*" reporters: - rubocop - require_not_found