- Notifications
You must be signed in to change notification settings - Fork8
codeclimate/codeclimate-pmd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
codeclimate-pmd
is a Code Climate engine that wraps thePMD static analysis tool. You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.
- If you haven't already,install the Code Climate CLI.
- Run
codeclimate engines:enable pmd
. This command both installs the engine and enables it in your.codeclimate.yml
file. - You're ready to analyze! Browse into your project's folder and run
codeclimate analyze
. - To add you custom PMD rules, open
.codeclimate.yml
and add aconfig
entry pointing to yourruleset.xml
file:
engines:pmd:enabled:trueconfig:ruleset.xml
For help with PMD,check out their documentation.
If you're running into a Code Climate issue, first check outour PMD engine docs and look over this project'sGitHub Issues,as your question may have already been covered. If not,go ahead and open a support ticket with us.
About
No description or website provided.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Contributors6
Uh oh!
There was an error while loading.Please reload this page.