diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-11-16 10:19:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 10:19:32 +0000 |
commit | f90a2d54744d7bfe985b0cd48a00012afecdc754 (patch) | |
tree | 1f893e61a746d359b858a3eade8fc350b9ad84ab /doc | |
parent | ee07be5f59611510ed21880f5d895393e954d418 (diff) | |
parent | ad7ea3630758af51f6be826fcd453dfc42a6cd75 (diff) | |
download | ale-f90a2d54744d7bfe985b0cd48a00012afecdc754.zip |
Merge pull request #1114 from elebow/eruby-strip-rails-flavoring
Strip Rails flavoring from eRuby when in a Rails project. Fixes #580.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-eruby.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-eruby.txt b/doc/ale-eruby.txt index b9cd3cbf..bfbe9ad2 100644 --- a/doc/ale-eruby.txt +++ b/doc/ale-eruby.txt @@ -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`. |