Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 272 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 272 Bytes

Contributing

Testing

make test will build the docker image and run the tests

Upgrading PMD Version

  1. make upgrade => will adjust bin/install-pmd.sh with the URL to the latest version
  2. make test
  3. If all looks good, commit the change and open a PR :)