summaryrefslogtreecommitdiff
path: root/doc/ale-eruby.txt
diff options
context:
space:
mode:
authorJake Zimmerman <zimmerman.jake@gmail.com>2017-08-21 13:34:42 -0700
committerJake Zimmerman <zimmerman.jake@gmail.com>2017-08-21 13:51:42 -0700
commitb356d564483d68ffbd7cc11436d3484148cf39fb (patch)
treef3c445468151e036972aa12c605c691c8e9e9ea0 /doc/ale-eruby.txt
parent5010ddc28fdced941925563bbc55f9219dfa4267 (diff)
downloadale-b356d564483d68ffbd7cc11436d3484148cf39fb.zip
Add erubis linter
This linter works largely the same as the existing `erubylint` linter, except it works with `erubis` instead of `erb` as the driving command.
Diffstat (limited to 'doc/ale-eruby.txt')
-rw-r--r--doc/ale-eruby.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ale-eruby.txt b/doc/ale-eruby.txt
new file mode 100644
index 00000000..b9cd3cbf
--- /dev/null
+++ b/doc/ale-eruby.txt
@@ -0,0 +1,17 @@
+===============================================================================
+ALE Eruby Integration *ale-eruby-options*
+
+There are two linters for `eruby` files:
+
+- `erubylint`
+- `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: