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