1
0
Fork 0
OpenJDK based Docker image for running PMD
Datei suchen
IamTheFij 6a3fa7b629 Add make targets and checksums to make updating easier 2019-03-19 18:21:33 -07:00
.gitignore Add make targets and checksums to make updating easier 2019-03-19 18:21:33 -07:00
Dockerfile Add make targets and checksums to make updating easier 2019-03-19 18:21:33 -07:00
LICENSE Initial commit 2019-03-20 00:37:23 +00:00
Makefile Add make targets and checksums to make updating easier 2019-03-19 18:21:33 -07:00
README.md Initial Docker image 2019-03-19 17:52:18 -07:00
pmd-bin-6.12.0.zip.sha256 Add make targets and checksums to make updating easier 2019-03-19 18:21:33 -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