mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
chore(ruby): update solargraph config
This commit is contained in:
@@ -8,7 +8,10 @@ reporters:
|
||||
- typecheck
|
||||
max_files: 5000
|
||||
formatter:
|
||||
cops: all
|
||||
extra_args:
|
||||
- --except
|
||||
- Lint/Debugger,Lint/UnusedBlockArgument,Lint/UnusedMethodArgument,Style/EmptyMethod
|
||||
rubocop:
|
||||
cops: all
|
||||
except:
|
||||
- Lint/Debugger
|
||||
- Lint/UnusedBlockArgument
|
||||
- Lint/UnusedMethodArgument
|
||||
- Style/EmptyMethod
|
||||
|
||||
Reference in New Issue
Block a user