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 Groovy Integration *ale-groovy-options*
5 ===============================================================================
6 Integration Information
8 Linting and fixing of Groovy files is enabled with the integration of
12 ===============================================================================
13 npm-groovy-lint *ale-groovy-npm-groovy-lint*
15 *ale-options.groovy_npmgroovylint_executable*
16 *g:ale_groovy_npmgroovylint_executable*
17 *b:ale_groovy_npmgroovylint_executable*
18 groovy_npmgroovylint_executable
19 g:ale_groovy_npmgroovylint_executable
21 Default: `'npm-groovy-lint'`
23 Location of the npm-groovy-lint binary file.
25 *ale-options.groovy_npmgroovylint_options*
26 *g:ale_groovy_npmgroovylint_options*
27 *b:ale_groovy_npmgroovylint_options*
28 groovy_npmgroovylint_options
29 g:ale_groovy_npmgroovylint_options
31 Default: `'--loglevel warning'`
33 Additional npm-groovy-lint linter options.
35 *ale-options.groovy_npmgroovylint_fix_options*
36 *g:ale_groovy_npmgroovylint_fix_options*
37 *b:ale_groovy_npmgroovylint_fix_options*
38 groovy_npmgroovylint_fix_options
39 g:ale_groovy_npmgroovylint_fix_options
43 This variable can be used to configure fixing with npm-groovy-lint. It must
44 contain either `--fix` or `--format` for the fixer to work. See
45 `npm-groovy-lint --help` for more information on possible fix rules.
48 ===============================================================================
49 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: