2017-04-25 13:38:02 -04:00
|
|
|
" Author: Matthias Guenther - https://wikimatze.de
|
2017-11-11 20:52:16 -05:00
|
|
|
" Description: ERB from the Ruby standard library, for eruby/erb files
|
2017-04-25 13:38:02 -04:00
|
|
|
|
|
|
|
call ale#linter#Define('eruby', {
|
2017-11-11 20:52:16 -05:00
|
|
|
\ 'name': 'erb',
|
2017-04-25 13:38:02 -04:00
|
|
|
\ 'executable': 'erb',
|
|
|
|
\ 'output_stream': 'stderr',
|
|
|
|
\ 'command': 'erb -P -x %t | ruby -c',
|
|
|
|
\ 'callback': 'ale#handlers#ruby#HandleSyntaxErrors',
|
|
|
|
\})
|
|
|
|
|