diff --git a/config/solargraph/config.yml b/config/solargraph/config.yml new file mode 100644 index 0000000..dadb2f5 --- /dev/null +++ b/config/solargraph/config.yml @@ -0,0 +1,14 @@ +--- +exclude: + - vendor/**/* + - ".bundle/**/*" +reporters: + - rubocop + - require_not_found + - typecheck +max_files: 5000 +formatter: + cops: all + extra_args: + - --except + - Lint/Debugger,Lint/UnusedBlockArgument,Lint/UnusedMethodArgument,Style/EmptyMethod diff --git a/install.sh b/install.sh index 34b1e1d..68f7b2e 100755 --- a/install.sh +++ b/install.sh @@ -14,6 +14,7 @@ SYMLINKS=( alacritty.yml bitbar coffeelint.json + config/solargraph/config.yml erlang eslintrc.js gemrc @@ -29,7 +30,6 @@ SYMLINKS=( reek.yml rspec rubocop.yml - solargraph.yml tmux tmux.conf zshenv diff --git a/solargraph.yml b/solargraph.yml deleted file mode 100644 index 90c4e23..0000000 --- a/solargraph.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -exclude: - - vendor/**/* - - ".bundle/**/*" -reporters: - - rubocop - - require_not_found - - typecheck -max_files: 5000