Solargraph config added for code intelligence

This commit is contained in:
Christoph Haas 2020-10-19 18:50:03 +02:00
parent 7ac69a1d8a
commit 87d266813d

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