Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/tools/pmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ PMD supports the following config files:

- User-defined config file set at `reviews.tools.pmd.config_file` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → PMD → Config File" field in CodeRabbit's settings page.

- If no user-defined config file is found, we look for the following config file in the repo:
- `ruleset.xml`

## Links

- [PMD Configuring rules](https://pmd.github.io/pmd/pmd_userdocs_configuring_rules.html)