diff options
author | w0rp <devw0rp@gmail.com> | 2017-12-02 20:38:28 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-12-02 20:38:28 +0000 |
commit | acd12603395f8541c4ee13d9b16e2595c9219343 (patch) | |
tree | 34d273138af676f6456c9280501e6a9a70e820f8 /doc/ale-perl.txt | |
parent | 2bd966c5cc33b8b19570a7978845c2786da62363 (diff) | |
download | ale-acd12603395f8541c4ee13d9b16e2595c9219343.zip |
Revert "Fix #1186 - Use -w by default for Perl, which does not execute code"
This reverts commit f5fc746d00a8b8e0aaac1904ce97ad7eb52e1b24.
Diffstat (limited to 'doc/ale-perl.txt')
-rw-r--r-- | doc/ale-perl.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/ale-perl.txt b/doc/ale-perl.txt index 7142d241..7611d30f 100644 --- a/doc/ale-perl.txt +++ b/doc/ale-perl.txt @@ -16,15 +16,11 @@ g:ale_perl_perl_executable *g:ale_perl_perl_executable* g:ale_perl_perl_options *g:ale_perl_perl_options* *b:ale_perl_perl_options* Type: |String| - Default: `'-w -Mwarnings -Ilib'` + Default: `'-c -Mwarnings -Ilib'` This variable can be changed to alter the command-line arguments to the perl invocation. - Perl code is checked with `-w` by default, because `-c` can execute - malicious code. You can use the `-c` option at your own risk. See - |g:ale_pattern_options| for changing the option only for specific files. - =============================================================================== perlcritic *ale-perl-perlcritic* |