[eruby] Rename erubylinterb to match tool name

This commit is contained in:
Eddie Lebow
2017-11-12 23:33:22 -05:00
parent 27e2f53ac9
commit e9e29e003c
2 changed files with 3 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
" Author: Matthias Guenther - https://wikimatze.de
" Description: ERB from the Ruby standard library, for eruby/erb files
call ale#linter#Define('eruby', {
\ 'name': 'erb',
\ 'executable': 'erb',
\ 'output_stream': 'stderr',
\ 'command': 'erb -P -x %t | ruby -c',
\ 'callback': 'ale#handlers#ruby#HandleSyntaxErrors',
\})