You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PMD](https://pmd.github.io/) is an extensible multilanguage static code analyzer. It’s mainly concerned with Java.
8
+
9
+
## Files
10
+
11
+
PMD will run on files with the following extensions:
12
+
13
+
-`.java`
14
+
15
+
## Configuration
16
+
17
+
PMD uses an XML configuration file.
18
+
19
+
PMD supports the following config files:
20
+
21
+
- 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.
0 commit comments