diff options
author | Chris Weyl <cweyl@alumni.drew.edu> | 2017-06-30 10:12:12 -0500 |
---|---|---|
committer | Chris Weyl <cweyl@alumni.drew.edu> | 2017-06-30 10:14:17 -0500 |
commit | 64c6cbee48c54c1913f245773eec7bc295eea0cf (patch) | |
tree | 8db5d065969fa12348294a2f55046ba31e741a01 /doc/ale-perl.txt | |
parent | 3f1cab3e7ee3d7e90062e32e7d8c9557077c08a8 (diff) | |
download | ale-64c6cbee48c54c1913f245773eec7bc295eea0cf.zip |
Be more explicit about the effect of `g:..._perlcritic_profile = ''`
Just to prevent any confusion, the documentation now explicitly states
that setting `g:ale_perl_perlcritic_profile` to an empty string merely
disables passing an explicit profile to `perlcritic` and does not cause
`--no-profile` to be set.
Diffstat (limited to 'doc/ale-perl.txt')
-rw-r--r-- | doc/ale-perl.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ale-perl.txt b/doc/ale-perl.txt index 4425bda5..ae50d615 100644 --- a/doc/ale-perl.txt +++ b/doc/ale-perl.txt @@ -44,7 +44,12 @@ g:ale_perl_perlcritic_profile *g:ale_perl_perlcritic_profile* parent directory, etc, until it finds one. If no matching file is found, no profile is passed to perlcritic. - Set to an empty string to disable using a profile. + Set to an empty string to disable passing a specific profile to perlcritic + with the `'--profile'` option. + + To prevent perlcritic from using any profile, set this variable to an empty + string and pass `'--no-profile'`to perlcritic via the + |g:ale_perl_perlcritic_options| variable. g:ale_perl_perlcritic_options *g:ale_perl_perlcritic_options* |