mirror of
https://github.com/ivuorinen/coderabbit.git
synced 2026-03-17 19:00:55 +00:00
Add pre-commit hooks (YAML lint, schema validation, editorconfig), CI workflow, and new path instructions for test files, Dockerfiles, config files, and archival docs.
14 lines
289 B
YAML
14 lines
289 B
YAML
---
|
|
extends: default
|
|
rules:
|
|
line-length:
|
|
max: 120
|
|
allow-non-breakable-words: true
|
|
allow-non-breakable-inline-mappings: true
|
|
truthy:
|
|
check-keys: false
|
|
allowed-values: ['true', 'false', 'on', 'off']
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
document-start: enable
|