chore(ruby): update solargraph config

This commit is contained in:
2020-09-25 12:25:25 +01:00
parent 0b0d05bb5f
commit 9d47cc5bb0
3 changed files with 15 additions and 10 deletions

View File

@@ -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

View File

@@ -14,6 +14,7 @@ SYMLINKS=(
alacritty.yml alacritty.yml
bitbar bitbar
coffeelint.json coffeelint.json
config/solargraph/config.yml
erlang erlang
eslintrc.js eslintrc.js
gemrc gemrc
@@ -29,7 +30,6 @@ SYMLINKS=(
reek.yml reek.yml
rspec rspec
rubocop.yml rubocop.yml
solargraph.yml
tmux tmux
tmux.conf tmux.conf
zshenv zshenv

View File

@@ -1,9 +0,0 @@
---
exclude:
- vendor/**/*
- ".bundle/**/*"
reporters:
- rubocop
- require_not_found
- typecheck
max_files: 5000