From b356d564483d68ffbd7cc11436d3484148cf39fb Mon Sep 17 00:00:00 2001 From: Jake Zimmerman Date: Mon, 21 Aug 2017 13:34:42 -0700 Subject: 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. --- doc/ale-eruby.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/ale-eruby.txt (limited to 'doc/ale-eruby.txt') 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: -- cgit v1.2.3