diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-perl.txt | 12 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ale-perl.txt b/doc/ale-perl.txt index 58940ca7..8349dff7 100644 --- a/doc/ale-perl.txt +++ b/doc/ale-perl.txt @@ -23,4 +23,16 @@ g:ale_perl_perl_options *g:ale_perl_perl_options* ------------------------------------------------------------------------------- +perlcritic *ale-perl-perlcritic* + +g:ale_perl_perlcritic_showrules *g:ale_perl_perlcritic_showrules* + + Type: |Number| + Default: 0 + + Controls whether perlcritic rule names are shown after the error message. + Defaults to off to reduce length of message. + + +------------------------------------------------------------------------------- vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index fbcf490c..4159986c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -63,6 +63,7 @@ CONTENTS *ale-contents* merlin..............................|ale-ocaml-merlin| perl..................................|ale-perl-options| perl................................|ale-perl-perl| + perlcritic..........................|ale-perl-perlcritic| php...................................|ale-php-options| phpcs...............................|ale-php-phpcs| phpmd...............................|ale-php-phpmd| |