Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 628 Bytes

File metadata and controls

20 lines (13 loc) · 628 Bytes

Use perlcritic

perlcritic is a static code analysis tool for Perl. It checks your code for compliance with a set of coding standards.

A global configuration for you account can be created by running the following command:

perlcritic --profile-proto >> $HOME/.perlcriticrc

A local configuration, for example for a repository, can be created by running the following command:

perlcritic --profile-proto >> .perlcriticrc

Resources and References