Matchu
a37dda6af7
This is a Ruby language server that integrates with my editor! Static analysis of Ruby and Rails is pretty tricky, but it's working and I think that's neat!!
24 lines
362 B
YAML
24 lines
362 B
YAML
---
|
|
include:
|
|
- "app/**/*.rb"
|
|
- "config/**/*.rb"
|
|
exclude:
|
|
- "spec/**/*"
|
|
- "test/**/*"
|
|
- "vendor/**/*"
|
|
- ".bundle/**/*"
|
|
require:
|
|
- actioncable
|
|
- actionmailer
|
|
- actionpack
|
|
- actionview
|
|
- activemodel
|
|
- activerecord
|
|
- activesupport
|
|
plugins:
|
|
- solargraph-rails
|
|
domains: []
|
|
reporters:
|
|
- require_not_found
|
|
require_paths: []
|
|
max_files: 5000
|