Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Fix/php tools #421

Merged
merged 3 commits into from
Jul 1, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
fix name
  • Loading branch information
alexcoderabbitai committed Jun 30, 2025
commit c85771277b6c39b014ac030ec2c6f8e9ddb4795b
2 changes: 1 addition & 1 deletion docs/tools/phpmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PHPMD can detect various code quality issues including:
CodeRabbit's review mode affects which PHPMD rules are applied:

- **Chill Mode**: Only checks for unused code (`unusedcode` rule set)
- **Assertive Mode**: Checks all rule sets including clean code, code size, controversial rules, design issues, naming conventions, and unused code (`cleancode,codesize,controversial,design,naming,unusedcode`)
- **Nitpick Mode**: Checks all rule sets including clean code, code size, controversial rules, design issues, naming conventions, and unused code (`cleancode,codesize,controversial,design,naming,unusedcode`)

## Links

Expand Down