mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add StandardRB to Ruby linters
This commit is contained in:
parent
315ce2e468
commit
de7d95bac8
@ -18,7 +18,8 @@ let g:ale_fixers = {
|
|||||||
\ 'ruby': [
|
\ 'ruby': [
|
||||||
\ 'remove_trailing_lines',
|
\ 'remove_trailing_lines',
|
||||||
\ 'trim_whitespace',
|
\ 'trim_whitespace',
|
||||||
\ 'rubocop'
|
\ 'rubocop',
|
||||||
|
\ 'standardrb'
|
||||||
\ ],
|
\ ],
|
||||||
\ 'typescript': [
|
\ 'typescript': [
|
||||||
\ 'remove_trailing_lines',
|
\ 'remove_trailing_lines',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user