diff --git a/install.sh b/install.sh index 2407a07..302e1c2 100755 --- a/install.sh +++ b/install.sh @@ -29,6 +29,7 @@ SYMLINKS=( reek.yml rspec rubocop.yml + solargraph.yml tmux tmux.conf zshenv diff --git a/solargraph.yml b/solargraph.yml new file mode 100644 index 0000000..90c4e23 --- /dev/null +++ b/solargraph.yml @@ -0,0 +1,9 @@ +--- +exclude: + - vendor/**/* + - ".bundle/**/*" +reporters: + - rubocop + - require_not_found + - typecheck +max_files: 5000