blob: bfbe9ad2c40a185f77ac5556fff34e4eff7f0507 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
===============================================================================
ALE Eruby Integration *ale-eruby-options*
There are two linters for `eruby` files:
- `erb`
- `erubis`
If you don't know which one your project uses, it's probably `erb`.
To selectively enable one or the other, see |g:ale_linters|.
(Note that ALE already disables linters if the executable for that linter is
not found; thus, there's probably no need to disable one of these if you're
using the other one.)
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|