mirror of
https://github.com/ivuorinen/coderabbit.git
synced 2026-03-17 12:00:51 +00:00
feat: add validation tooling and expand path review instructions
Add pre-commit hooks (YAML lint, schema validation, editorconfig), CI workflow, and new path instructions for test files, Dockerfiles, config files, and archival docs.
This commit is contained in:
13
.yamllint.yaml
Normal file
13
.yamllint.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user