aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/perlcritic.vim
blob: f0d100b6c25306326e35a311f954748604637bd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
" :compiler support for Perl::Critic
" <https://metacpan.org/pod/Perl::Critic>
if exists('current_compiler') || &compatible || v:version < 800
  finish
endif
let current_compiler = 'perlcritic'

CompilerSet makeprg=perlcritic\ --verbose\ 1\ --\ %:S
CompilerSet errorformat=%f:%l:%c:%m