Add Sorbet ruby linter and fixer (#2614)

This commit is contained in:
Matthew Lanigan
2019-07-13 12:37:48 -04:00
committed by w0rp
parent 6c47d7fc35
commit abb38955d3
9 changed files with 139 additions and 0 deletions

View File

@@ -115,6 +115,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['scala'],
\ 'description': 'Fix Scala files using scalafmt',
\ },
\ 'sorbet': {
\ 'function': 'ale#fixers#sorbet#Fix',
\ 'suggested_filetypes': ['ruby'],
\ 'description': 'Fix ruby files with srb tc --autocorrect.',
\ },
\ 'standard': {
\ 'function': 'ale#fixers#standard#Fix',
\ 'suggested_filetypes': ['javascript'],