Configuration
Enable YAMLlint
- Web UI
- .coderabbit.yaml
Review > Tools > Enable YAMLlint | |
true |
Features
YAMLlint performs several checks:Syntax checks
- YAML validity
- Document structure
Cosmetic checks
- Line length limits
- Trailing whitespace
- Indentation consistency
- Empty lines
- Comments formatting
Configuration File
YAMLlint can be configured using a.yamllint.yml
or .yamllint.yaml
configuration file in your repository root. The configuration file allows you to:
- Enable/disable specific rules
- Customize rule parameters
- Ignore certain files or directories