[eruby] Rename erubylint
→ erb
to match tool name
This commit is contained in:
parent
27e2f53ac9
commit
e9e29e003c
@ -1,8 +1,8 @@
|
|||||||
" Author: Matthias Guenther - https://wikimatze.de
|
" Author: Matthias Guenther - https://wikimatze.de
|
||||||
" Description: erb-lint for eruby/erb files
|
" Description: ERB from the Ruby standard library, for eruby/erb files
|
||||||
|
|
||||||
call ale#linter#Define('eruby', {
|
call ale#linter#Define('eruby', {
|
||||||
\ 'name': 'erubylint',
|
\ 'name': 'erb',
|
||||||
\ 'executable': 'erb',
|
\ 'executable': 'erb',
|
||||||
\ 'output_stream': 'stderr',
|
\ 'output_stream': 'stderr',
|
||||||
\ 'command': 'erb -P -x %t | ruby -c',
|
\ 'command': 'erb -P -x %t | ruby -c',
|
@ -3,7 +3,7 @@ ALE Eruby Integration *ale-eruby-options*
|
|||||||
|
|
||||||
There are two linters for `eruby` files:
|
There are two linters for `eruby` files:
|
||||||
|
|
||||||
- `erubylint`
|
- `erb`
|
||||||
- `erubis`
|
- `erubis`
|
||||||
|
|
||||||
If you don't know which one your project uses, it's probably `erb`.
|
If you don't know which one your project uses, it's probably `erb`.
|
||||||
|
Loading…
Reference in New Issue
Block a user