Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.13 KB

perlcritic.md

File metadata and controls

43 lines (31 loc) · 1.13 KB
title description layout
Trunk | How to run perlcritic
perlcritic is a linter for Perl
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

perlcritic

perlcritic is a linter for Perl.

You can enable the perlcritic linter with:

trunk check enable perlcritic

Auto Enabling

perlcritic will be auto-enabled if a .perlcriticrc config file is present.

Settings

perlcritic supports the following config files:

  • .perlcriticrc

You can move these files to .trunk/configs and trunk check will still find them. See Moving Linters for more info. Trunk Code Quality provides a default .perlcriticrc if your project does not already have one.

Links