2017-08-21 20:34:42 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE Eruby Integration *ale-eruby-options*
|
|
|
|
|
2017-11-12 05:53:02 +00:00
|
|
|
There are three linters for `eruby` files:
|
2017-08-21 20:34:42 +00:00
|
|
|
|
2017-11-12 01:52:16 +00:00
|
|
|
- `erb`
|
2017-08-21 20:34:42 +00:00
|
|
|
- `erubis`
|
2017-11-12 05:53:02 +00:00
|
|
|
- `erubi`
|
2017-08-21 20:34:42 +00:00
|
|
|
|
2017-11-12 05:53:02 +00:00
|
|
|
`erb` is in the Ruby standard library and is mostly universal. `erubis` is the
|
|
|
|
default parser in Rails between 3.0 and 5.1. `erubi` is the default in Rails
|
|
|
|
5.1 and later. To selectively enable a subset, see |g:ale_linters|.
|
2017-08-21 20:34:42 +00:00
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|