Skip to main content

New defaults for Perl Linting in Vim’s Ale Plugin

·81 words·1 min·
perl Programming
❀️ It's great to see you here! I'm currently available on evenings and weekends for consulting and freelance work. Let's chat about how I can help you achieve your goals.

In my previous post, I talked about using Ale with vim for linting and syntax checking. Since that time, the Ale defaults for Perl have changed. Perl::Critic checks are still on by default, but you will need to enable the syntax and compile checks that are run via the perl binary itself.

The reasoning for the new default is described in the Ale docs. If you want to (re-)enable your Perl checks, you can follow the example in my dot files.


Related

vim, Ale, Syntastic and Perl::Critic
·523 words·3 mins
perl Programming
How I Spent My Perl Toolchain Summit v2017 (Lyon)
·1613 words·8 mins
perl Programming Perl Toolchain Summit
Viewing Your Module Permissions on MetaCPAN
·449 words·3 mins
metacpan perl Programming