blob: a0f6f4f845c17c02f23ca927739bb3d709d64e3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
===============================================================================
ALE Eruby Integration *ale-eruby-options*
There are three linters for `eruby` files:
- `erb`
- `erubis`
- `erubi`
`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|.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|