Sign inSign up

avastsoftware/perl_critic

By avastsoftware

•Updated over 8 years ago

perl::critic in docker based on centos

Image
2

10K+

avastsoftware/perl_critic repository overview

⁠Docker Perl Critic

⁠What it does

Runs Perl::Critic using Docker and outputs a HTML report.

⁠Pre-requisites

  • Docker

⁠Usage instructions

  1. Navigate to the directory containing the code you want to run perlcritic against.
  2. Next, run the following command in your terminal and perlcritic will be run against your code.
    docker run -v $PWD:/tmp/workspace avastsoftware/perl_critic
    
  3. The resulting html report(s) are now accessible in ./critic_html.

⁠Acknowledgements

perl_critic is based on http://blogs.lessthandot.com/index.php/webdev/perl/create-html-from-output-of/⁠

Tag summary

Content type

Image

Digest

Size

231.6 MB

Last updated

over 8 years ago

docker pull avastsoftware/perl_critic