mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add ~/.solargraph.yml
This commit is contained in:
@@ -29,6 +29,7 @@ SYMLINKS=(
|
|||||||
reek.yml
|
reek.yml
|
||||||
rspec
|
rspec
|
||||||
rubocop.yml
|
rubocop.yml
|
||||||
|
solargraph.yml
|
||||||
tmux
|
tmux
|
||||||
tmux.conf
|
tmux.conf
|
||||||
zshenv
|
zshenv
|
||||||
|
|||||||
9
solargraph.yml
Normal file
9
solargraph.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
exclude:
|
||||||
|
- vendor/**/*
|
||||||
|
- ".bundle/**/*"
|
||||||
|
reporters:
|
||||||
|
- rubocop
|
||||||
|
- require_not_found
|
||||||
|
- typecheck
|
||||||
|
max_files: 5000
|
||||||
Reference in New Issue
Block a user