[eruby] Rename `erubylint` → `erb` to match tool name

This commit is contained in:
Eddie Lebow 2017-11-11 20:52:16 -05:00
parent 27e2f53ac9
commit e9e29e003c
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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`.