Skip to content

Commit

Permalink
Force ALE linters for ruby
Browse files Browse the repository at this point in the history
Co-authored-by: Max Petersen <[email protected]>
  • Loading branch information
luan and pivotal-mp committed Nov 18, 2018
1 parent 098b7ed commit 8c92ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lint.vim
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let g:ale_linters = {
\ 'go': ['go build', 'gofmt', 'gometalinter'],
\ 'typescript': ['tsserver', 'typecheck'],
\ 'javascript': ['eslint'],
\ 'ruby': ['rubocop', 'ruby'],
\}

" Enable completion where available.
let g:ale_completion_enabled = 0

0 comments on commit 8c92ce4

Please sign in to comment.