1
0
Fork 0
lrthw/.solargraph.yml

18 lines
212 B
YAML

---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
- typecheck
require_paths: []
plugins: []
max_files: 5000