OpenJDK based Docker image for running PMD
Go to file
IamTheFij 3f3ebe5194 Initial Docker image 2019-03-19 17:52:18 -07:00
Dockerfile Initial Docker image 2019-03-19 17:52:18 -07:00
LICENSE Initial commit 2019-03-20 00:37:23 +00:00
README.md Initial Docker image 2019-03-19 17:52:18 -07:00

README.md

docker-pmd

OpenJDK based Docker image for running PMD

Usage

To run, create a rules.xml file, or download one from the git repo.

After that, you can run using the following command:

docker run -v $(pwd):/src:ro --rm iamthefij/pmd -d /src -f textcolor -R /src/quickstart.xml

Building

Clone this repo and then run

docker build -f Dockerfile . -t pmd-test