summaryrefslogtreecommitdiff
path: root/doc/ale-handlebars.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-06-18 11:03:31 +0100
committerw0rp <devw0rp@gmail.com>2017-06-18 11:03:31 +0100
commit629ff513ec09cc5db24d493abe125cc71e89e54e (patch)
treedbde1150b7bae5ab296c6e8efb2e92cae1692fd9 /doc/ale-handlebars.txt
parentfb682be1997f812171def14976b5dfbef38c9f0d (diff)
downloadale-629ff513ec09cc5db24d493abe125cc71e89e54e.zip
#659 - Add options for Python fixers, and cut down on duplicated documentation
Diffstat (limited to 'doc/ale-handlebars.txt')
-rw-r--r--doc/ale-handlebars.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/ale-handlebars.txt b/doc/ale-handlebars.txt
index bf186766..94781101 100644
--- a/doc/ale-handlebars.txt
+++ b/doc/ale-handlebars.txt
@@ -10,11 +10,7 @@ g:ale_handlebars_embertemplatelint_executable
Type: |String| *b:ale_handlebars_embertemplatelint_executable*
Default: `'ember-template-lint'`
- ALE will look for ember-template-lint executable in ancestor node_modules
- directory. When it cannot find it, this variable will be used instead.
-
- If you wish to use only a globally installed version of ember-template-lint,
- set |g:ale_handlebars_embertemplatelint_use_global| to `1`.
+ See |ale-integrations-local-executables|
g:ale_handlebars_embertemplatelint_use_global
@@ -22,10 +18,7 @@ g:ale_handlebars_embertemplatelint_use_global
Type: |Number| *b:ale_handlebars_embertemplatelint_use_global*
Default: `0`
- This variable controls whether or not ALE will search for a local
- ember-template-lint executable first. If this variable is set to `1`, then
- ALE will always use the global version of ember-template-lint, in preference
- to version installed in local node_modules directory.
+ See |ale-integrations-local-executables|
-------------------------------------------------------------------------------