https://github.com/jasei/docker-perl_critic
perl::critic in docker
https://github.com/jasei/docker-perl_critic
Last synced: 2 months ago
JSON representation
perl::critic in docker
- Host: GitHub
- URL: https://github.com/jasei/docker-perl_critic
- Owner: JaSei
- License: mit
- Created: 2015-12-03T14:47:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T07:03:31.000Z (over 7 years ago)
- Last Synced: 2025-03-22T14:41:26.568Z (3 months ago)
- Language: Perl
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.
1. 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
```
1. 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/