summaryrefslogtreecommitdiff
path: root/doc
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
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')
-rw-r--r--doc/ale-eruby.txt17
-rw-r--r--doc/ale.txt1
2 files changed, 18 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:
diff --git a/doc/ale.txt b/doc/ale.txt
index 1de7803d..8131ede2 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -36,6 +36,7 @@ CONTENTS *ale-contents*
erlang................................|ale-erlang-options|
erlc................................|ale-erlang-erlc|
syntaxerl...........................|ale-erlang-syntaxerl|
+ eruby.................................|ale-eruby-options|
fortran...............................|ale-fortran-options|
gcc.................................|ale-fortran-gcc|
fusionscript..........................|ale-fuse-options|