From 98df4bea4c8a56c7b242ab5415bfb25933149e09 Mon Sep 17 00:00:00 2001 From: Ruhan Date: Wed, 4 Sep 2024 23:11:53 +0530 Subject: [PATCH] docs update pmd --- docs/tools/pmd.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tools/pmd.md b/docs/tools/pmd.md index bf7d6a16..948083d1 100644 --- a/docs/tools/pmd.md +++ b/docs/tools/pmd.md @@ -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)