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