feat(ruby): exclude test directories from solargraph language server

This commit is contained in:
2021-08-30 22:48:32 +01:00
parent e520db7abc
commit 6836f03afe

View File

@@ -1,7 +1,9 @@
---
exclude:
- vendor/**/*
- ".bundle/**/*"
- "spec/**/*"
- "test/**/*"
- "vendor/**/*"
reporters:
- rubocop
- require_not_found