Skip to content

Add or improve existing PMD rules

David Renz edited this page May 30, 2016 · 34 revisions

If you want to add rules that work similarly to the ones we already have you will have to extend PMD itself. Those are the steps you need to do:

  1. Setup development environment

  2. Add a new rule for Apex PMD

  3. Build PMD and test your new rule

  4. Commit and Pull Request the new rule

Clone this wiki locally