-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
39 lines (39 loc) · 1.06 KB
/
.coderabbit.yaml
File metadata and controls
39 lines (39 loc) · 1.06 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
language: en-US
reviews:
auto_review:
enabled: true
drafts: false
path_instructions:
- path: "scripts/**/*.sh"
instructions: |
Review for:
- shellcheck and shellharden compliance
- Proper quoting of all variables
- Error handling (set -euo pipefail)
- GitHub API usage best practices
- No hardcoded tokens or credentials
- path: "config/**/*.json"
instructions: |
Review for:
- Valid JSON structure
- Settings match documented baseline
- Override values are justified
- path: ".github/workflows/**"
instructions: |
Review for:
- Pinned action versions (SHA references)
- Least-privilege permissions
- No credential leaks in logs
- Proper secret usage
- path: "**/*.md"
instructions: |
Review for:
- Clarity and accuracy
- Markdown lint compliance (120 char lines)
- No hardcoded values
path_filters:
- "!**/*.png"
- "!**/*.gif"
- "!**/*.jpg"
chat:
auto_reply: true