mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-04 13:56:56 +08:00
[eruby] Rename erubylint → erb to match tool name
This commit is contained in:
@@ -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',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user