2017-04-08 10:24:20 +00:00
|
|
|
" Author: Brandon Roehl - https://github.com/BrandonRoehl
|
|
|
|
" Description: Ruby MRI for Ruby files
|
|
|
|
|
|
|
|
call ale#linter#Define('ruby', {
|
|
|
|
\ 'name': 'ruby',
|
|
|
|
\ 'executable': 'ruby',
|
|
|
|
\ 'output_stream': 'stderr',
|
|
|
|
\ 'command': 'ruby -w -c -T1 %t',
|
2017-04-25 17:38:02 +00:00
|
|
|
\ 'callback': 'ale#handlers#ruby#HandleSyntaxErrors',
|
2017-04-08 10:24:20 +00:00
|
|
|
\})
|