-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
84 lines (76 loc) · 1.95 KB
/
Copy path.coderabbit.yaml
File metadata and controls
84 lines (76 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
language: en-US
tone_instructions: "Terse, technical, fragments OK. Skip pleasantries."
early_access: false
reviews:
profile: assertive
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: false
changed_files_summary: true
sequence_diagrams: false
path_filters:
- "!**/*.md"
- "!CHANGELOG*"
- "!__pycache__/**"
- "!**/*.pyc"
- "!**/renovate.json"
path_instructions:
- path: "controller.py"
instructions: |
Kopf operator reconciling GPU-node maintenance against vSphere. Flag: missing await/async correctness,
pyvmomi session leaks, unbounded retry without backoff, kopf handler idempotency violations,
partial state on exception (must be safe to re-enter). Watch state-machine transitions for stranded VMs.
- path: "Dockerfile"
instructions: |
Pin base image digest if floating. Multi-stage acceptable.
- path: "chart/**"
instructions: |
Helm chart. Flag missing resource limits, RBAC scope creep, hostPath without need.
- path: "chart/**/values.yaml"
instructions: |
Defaults must be safe (dry-run on by default, conservative drain timeouts).
auto_review:
enabled: true
auto_incremental_review: true
ignore_title_keywords:
- "WIP"
- "[skip-review]"
drafts: false
base_branches:
- "main"
ignore_usernames:
- "renovate[bot]"
- "github-actions[bot]"
tools:
ruff:
enabled: true
pylint:
enabled: true
gitleaks:
enabled: true
hadolint:
enabled: true
checkov:
enabled: true
yamllint:
enabled: true
markdownlint:
enabled: false
languagetool:
enabled: false
finishing_touches:
docstrings:
enabled: false
unit_tests:
enabled: false
chat:
auto_reply: true
knowledge_base:
opt_out: false
learnings:
scope: local
issues:
scope: local
pull_requests:
scope: local