chore(ruby): update solargraph config

This commit is contained in:
2021-02-02 12:09:47 +00:00
parent 4c3d901d0e
commit 31f81e4beb

View File

@@ -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