Vim Tips Wiki
(Created page with "It would be helpful to change the makerprg line to use .perlcriticrc and not explicitly use severity = cruel <code>CompilerSet makeprg=perlcritic\ -p\ ~/.perlcriticrc\ -verbo...")
 
(Standard format.)
 
Line 1: Line 1:
  +
{{ScriptComments|perlcritic compiler script: compiler file for the perlcritic syntax checker}}
It would be helpful to change the makerprg line to use .perlcriticrc and not explicitly use severity = cruel
 
   
  +
==Comments==
<code>CompilerSet makeprg=perlcritic\ -p\ ~/.perlcriticrc\ -verbose\ 1\ %
 
 
It would be helpful to change the makerprg line to use .perlcriticrc and not explicitly use severity = cruel
</code>
 
  +
<pre>
 
CompilerSet makeprg=perlcritic\ -p\ ~/.perlcriticrc\ -verbose\ 1\ %
 
</pre>
  +
--November 22, 2012

Latest revision as of 11:21, 22 November 2012

Use this page to discuss script 1731 perlcritic compiler script: compiler file for the perlcritic syntax checker

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

It would be helpful to change the makerprg line to use .perlcriticrc and not explicitly use severity = cruel

CompilerSet makeprg=perlcritic\ -p\ ~/.perlcriticrc\ -verbose\ 1\ %

--November 22, 2012