All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE Pug Integration *ale-pug-options*
5 ===============================================================================
6 puglint *ale-pug-puglint*
8 The puglint linter will detect configuration files based on the path to the
9 filename automatically. Configuration files will be loaded in this order:
16 You might need to create a configuration file for your project to get
19 *ale-options.pug_puglint_executable*
20 *g:ale_pug_puglint_executable*
21 *b:ale_pug_puglint_executable*
22 pug_puglint_executable
23 g:ale_pug_puglint_executable
27 See |ale-integrations-local-executables|
29 *ale-options.pug_puglint_options*
30 *g:ale_pug_puglint_options*
31 *b:ale_pug_puglint_options*
33 g:ale_pug_puglint_options
37 This variable can be set to pass additional options to pug-lint.
39 *ale-options.pug_puglint_use_global*
40 *g:ale_pug_puglint_use_global*
41 *b:ale_pug_puglint_use_global*
42 pug_puglint_use_global
43 g:ale_pug_puglint_use_global
45 Default: `get(g:, 'ale_use_global_executables', 0)`
47 See |ale-integrations-local-executables|
50 ===============================================================================
51 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: