mirror of https://github.com/dense-analysis/ale
[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
|
||||
" Description: erb-lint for eruby/erb files
|
||||
" Description: ERB from the Ruby standard library, for eruby/erb files
|
||||
|
||||
call ale#linter#Define('eruby', {
|
||||
\ 'name': 'erubylint',
|
||||
\ 'name': 'erb',
|
||||
\ 'executable': 'erb',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'command': 'erb -P -x %t | ruby -c',
|
|
@ -3,7 +3,7 @@ ALE Eruby Integration *ale-eruby-options*
|
|||
|
||||
There are two linters for `eruby` files:
|
||||
|
||||
- `erubylint`
|
||||
- `erb`
|
||||
- `erubis`
|
||||
|
||||
If you don't know which one your project uses, it's probably `erb`.
|
||||
|
|
Loading…
Reference in New Issue