1
0
Fork 0
lrthw/.solargraph.yml

18 lines
212 B
YAML
Raw Normal View History

2023-09-30 13:20:59 +00:00
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
- typecheck
require_paths: []
plugins: []
max_files: 5000