An open API service indexing awesome lists of open source software.

https://github.com/pmd/pmd-examples


https://github.com/pmd/pmd-examples

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example projects for using PMD and creating custom rules

This repository contains separate folders for specific use cases:

* Creating Custom Rules
* For Java: [custom-rules/maven-java/](custom-rules/maven-java/)
* For PLSQL: [custom-rules/maven-plsql/](custom-rules/maven-plsql/)
* For Java, but without maven: [custom-rules/plain-java/](custom-rules/plain-java/)
* Using PMD
* With Maven: [maven/simple-project/](maven/simple-project/)
* With Gradle: [gradle/simple-project/](gradle/simple-project/)
* With Ant: [ant/simple-project/](ant/simple-project/)