mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:06:40 +00:00
chore(ruby): update solargraph config
This commit is contained in:
14
config/solargraph/config.yml
Normal file
14
config/solargraph/config.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
exclude:
|
||||
- vendor/**/*
|
||||
- ".bundle/**/*"
|
||||
reporters:
|
||||
- rubocop
|
||||
- require_not_found
|
||||
- typecheck
|
||||
max_files: 5000
|
||||
Reference in New Issue
Block a user