From 181b0b1f7c776c508a8b4f521074ff745668c090 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 23 May 2020 19:17:23 +0100 Subject: [PATCH] Add ~/.solargraph.yml --- install.sh | 1 + solargraph.yml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 solargraph.yml 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