-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
38 lines (34 loc) · 1.34 KB
/
.coderabbit.yaml
File metadata and controls
38 lines (34 loc) · 1.34 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
# CodeRabbit configuration for GloriousFlywheel
# AI-powered code review for PRs
reviews:
auto_review:
enabled: true
path_instructions:
- path: "tofu/**"
instructions: >
Review OpenTofu/Terraform code for security best practices,
resource naming consistency, and proper variable validation.
Check that sensitive variables use `sensitive = true`.
- path: "flake.nix"
instructions: >
Review Nix flake for dependency hygiene, input follows patterns,
and proper overlay structure. Verify nix2container image configs.
- path: ".github/workflows/**"
instructions: >
Review GitHub Actions for pinned action versions, proper secret
handling, and runner label consistency with ARC runner names.
- path: ".gitlab/ci/**"
instructions: >
Review GitLab CI for proper stage ordering, artifact handling,
and runner tag consistency with deployed runner types.
- path: "MODULE.bazel"
instructions: >
Review Bzlmod dependencies for version pinning and compatibility
with the Bazel 7.4.x baseline documented in version policy.
- path: "app/**"
instructions: >
Review SvelteKit code for TypeScript correctness, Skeleton UI
component usage, and server-side data loading patterns.
chat:
auto_reply: true
language: en