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
Description
OpenJDK based Docker image for running PMD
Readme 56 KiB
Languages
Makefile 66.4%
Dockerfile 33.6%