Enabling/Disabling Tools
You can enable or disable tools by settingreviews.tools.<tool>.enabled
in your project’s .coderabbit.yaml
file or setting the “Review → Tools → Tool → Enabled” field in CodeRabbit’s settings page.
Customizing Tools
CodeRabbit supports customizing the strictness of tools by settingreviews.profile
in your project’s .coderabbit.yaml
file or setting the “Review → Profile” field in CodeRabbit’s settings page. The following profiles are available:
Chill
- Yields less feedback, that may be considered lenient.Assertive
- Yields more feedback, that may be considered nit-picky.
Checking Tool Output
When a tool is enabled, CodeRabbit will run it on your change request and attach the output under “Review details” comment in the change request. The output will be displayed in a structured format, with information on the file, line number, and the issue detected. For example:What’s next
- For a complete list of tools that CodeRabbit supports, see Supported tools.