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