Create .solargraph.yml

This commit is contained in:
Justin Edmund 2020-09-25 10:41:23 -07:00
parent 2c4c7545ee
commit ba90362843

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
require_paths: []
plugins: []
max_files: 5000