X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/doc/ale-groovy.txt diff --git a/.vim/bundle/ale/doc/ale-groovy.txt b/.vim/bundle/ale/doc/ale-groovy.txt new file mode 100644 index 00000000..bb8d45fd --- /dev/null +++ b/.vim/bundle/ale/doc/ale-groovy.txt @@ -0,0 +1,49 @@ +=============================================================================== +ALE Groovy Integration *ale-groovy-options* + + +=============================================================================== +Integration Information + +Linting and fixing of Groovy files is enabled with the integration of +`npm-groovy-lint`. + + +=============================================================================== +npm-groovy-lint *ale-groovy-npm-groovy-lint* + + *ale-options.groovy_npmgroovylint_executable* + *g:ale_groovy_npmgroovylint_executable* + *b:ale_groovy_npmgroovylint_executable* +groovy_npmgroovylint_executable +g:ale_groovy_npmgroovylint_executable + Type: |String| + Default: `'npm-groovy-lint'` + + Location of the npm-groovy-lint binary file. + + *ale-options.groovy_npmgroovylint_options* + *g:ale_groovy_npmgroovylint_options* + *b:ale_groovy_npmgroovylint_options* +groovy_npmgroovylint_options +g:ale_groovy_npmgroovylint_options + Type: |String| + Default: `'--loglevel warning'` + + Additional npm-groovy-lint linter options. + + *ale-options.groovy_npmgroovylint_fix_options* + *g:ale_groovy_npmgroovylint_fix_options* + *b:ale_groovy_npmgroovylint_fix_options* +groovy_npmgroovylint_fix_options +g:ale_groovy_npmgroovylint_fix_options + Type: |String| + Default: `'--fix'` + + This variable can be used to configure fixing with npm-groovy-lint. It must + contain either `--fix` or `--format` for the fixer to work. See + `npm-groovy-lint --help` for more information on possible fix rules. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: