Add solargraph so it works in any tools that use it
This commit is contained in:
parent
12374204f0
commit
a9967c566c
1 changed files with 16 additions and 0 deletions
16
.solargraph.yml
Normal file
16
.solargraph.yml
Normal 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
|
Loading…
Reference in a new issue