This page provides a tour through a selection of key CodeRabbit configuration options.
.coderabbit.yaml
file.
.coderabbit.yaml
excerpt instructs CodeRabbit to take review context only the contents of directories named src/
in your repository, while disregarding any individual files with .bin
or .csv
extensions.
.coderabbit.yaml
file:
main
or master
, usually—then you can give CodeRabbit a list of other branches that it is allowed to review.
For more information, see Base branches in the configuration reference.
.coderabbit.yaml
excerpt directs CodeRabbit to use configuration files in the repository’s /pmd-config
directory when using the pmd
tool:
chill
to assertive
.
CodeRabbit is aware of nitpickier output from the linters and other tools that it applies to code reviews, but includes less of it in its own review comments when the profile is set to chill
. To have CodeRabbit include more nitpicky tool output in reviews, use the assertive
profile.
For more information, see Profile in the configuration reference.