mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +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
|
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
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
exclude:
|
|
||||||
- vendor/**/*
|
|
||||||
- ".bundle/**/*"
|
|
||||||
reporters:
|
|
||||||
- rubocop
|
|
||||||
- require_not_found
|
|
||||||
- typecheck
|
|
||||||
max_files: 5000
|
|
||||||
Reference in New Issue
Block a user