Skip to content

JaSei/docker-perl_critic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

perl::critic in docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages