https://github.com/pmd/pmd-examples
https://github.com/pmd/pmd-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmd/pmd-examples
- Owner: pmd
- License: apache-2.0
- Created: 2018-02-08T14:23:40.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T19:32:05.000Z (8 months ago)
- Last Synced: 2025-06-04T05:48:00.555Z (7 months ago)
- Language: Shell
- Size: 264 KB
- Stars: 7
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)