mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +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
|
||||
Reference in New Issue
Block a user