mirror of
https://github.com/ivuorinen/coderabbit.git
synced 2026-03-17 23:00:58 +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:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Pre-commit
|
||||
.pre-commit-cache/
|
||||
Reference in New Issue
Block a user