mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
feat(ruby): exclude test directories from solargraph language server
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
---
|
||||
exclude:
|
||||
- vendor/**/*
|
||||
- ".bundle/**/*"
|
||||
- "spec/**/*"
|
||||
- "test/**/*"
|
||||
- "vendor/**/*"
|
||||
reporters:
|
||||
- rubocop
|
||||
- require_not_found
|
||||
|
||||
Reference in New Issue
Block a user