Add solargraph so it works in any tools that use it

This commit is contained in:
Eric Schultz 2019-01-18 12:55:16 -06:00
parent 12374204f0
commit a9967c566c

16
.solargraph.yml Normal file
View file

@ -0,0 +1,16 @@
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
plugins: []
require_paths: []
max_files: 5000