diff options
author | Paul Johnson <paul@pjcj.net> | 2017-02-26 14:50:43 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-03-11 14:53:30 +0000 |
commit | c2ceb9e085c8dd849dee57bdd91b2500fa7b528f (patch) | |
tree | fa0844a3c36cc0af7d5e4914c37e80b4fef0b279 /doc/ale.txt | |
parent | bd07d0467039a4b58d15c36ae9c8db2bc47806f3 (diff) | |
download | ale-c2ceb9e085c8dd849dee57bdd91b2500fa7b528f.zip |
FIX #344 - Add options to Perl linter
Conflicts:
doc/ale.txt
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index bc5e927b..12df2b4e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -41,6 +41,8 @@ CONTENTS *ale-contents* 4.29. xo..............................|ale-linter-options-xo| 4.30. javac...........................|ale-linter-options-javac| 4.31. yamllint........................|ale-linter-options-yamllint| + 4.32. cmakelint.......................|ale-linter-options-cmakelint| + 4.33. perl-perl.......................|ale-linter-options-perl-perl| 5. Linter Integration Notes.............|ale-linter-integration| 5.1. merlin..........................|ale-linter-integration-ocaml-merlin| 5.2. rust.............................|ale-integration-rust| @@ -1097,6 +1099,24 @@ g:ale_cmake_cmakelint_options *g:ale_cmake_cmakelint_options* This variable can be set to pass additional options to cmakelint. +------------------------------------------------------------------------------- +4.33. perl-perl *ale-linter-options-perl-perl* + +g:ale_perl_perl_executable *g:ale_perl_perl_executable* + + Type: |String| + Default: `'perl'` + + This variable can be changed to modify the executable used for linting perl. + + +g:ale_perl_perl_options *g:ale_perl_perl_options* + + Type: |String| + Default: `'-X -c -Mwarnings -Ilib'` + + This variable can be changed to alter the command-line arguments to the perl + invocation. =============================================================================== 5. Linter Integration Notes *ale-linter-integration* |