1
0
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:
Daniel Barber 2021-10-12 16:42:00 -05:00
parent 315ce2e468
commit de7d95bac8

View File

@ -18,7 +18,8 @@ let g:ale_fixers = {
\ 'ruby': [
\ 'remove_trailing_lines',
\ 'trim_whitespace',
\ 'rubocop'
\ 'rubocop',
\ 'standardrb'
\ ],
\ 'typescript': [
\ 'remove_trailing_lines',