mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
Add ~/.solargraph.yml
This commit is contained in:
@@ -29,6 +29,7 @@ SYMLINKS=(
|
||||
reek.yml
|
||||
rspec
|
||||
rubocop.yml
|
||||
solargraph.yml
|
||||
tmux
|
||||
tmux.conf
|
||||
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