Files
Vale runs on changed files with the following extensions:.md.markdown.txt
Configuration
Vale is enabled by default. Enable or disable it with.coderabbit.yaml or the CodeRabbit web UI:
- .coderabbit.yaml
- Web UI
.coderabbit.yaml
.vale.ini_vale.inivale.ini.vale_vale
Security policy and restrictions
Vale runs offline in the CodeRabbit sandbox with global configuration disabled. CodeRabbit does not runvale sync, so package declarations cannot download styles or other dependencies during a review.
Configurations that set NLPEndpoint are not supported because the review sandbox does not allow Vale to contact external NLP services.
When we skip Vale
CodeRabbit skips Vale when:- No changed
.md,.markdown, or.txtfiles exist. reviews.tools.vale.enabledis set tofalse.- No supported Vale configuration file exists at the repository root.
- Vale is already running in the repository’s GitHub Actions workflows.