Skip to content

Commit

Permalink
[eruby] Rename erubylinterb to match tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Lebow committed Nov 12, 2017
1 parent 27e2f53 commit 5b1a414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ale_linters/eruby/erubylint.vim → ale_linters/eruby/erb.vim
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion doc/ale-eruby.txt
Expand Up @@ -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`.
Expand Down

0 comments on commit 5b1a414

Please sign in to comment.