forked from affaan-m/agentshield
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
36 lines (34 loc) · 1.04 KB
/
.coderabbit.yaml
File metadata and controls
36 lines (34 loc) · 1.04 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
language: en-US
reviews:
profile: assertive
high_level_summary: true
review_status: true
collapse_walkthrough: true
poem: false
path_filters:
- "!dist/**"
- "!coverage/**"
- "!node_modules/**"
path_instructions:
- path: "src/**/*.ts"
instructions: |
Focus reviews on security-scanner correctness, false-positive reduction, Node 18+ compatibility, and preserving the CLI and GitHub Action public behavior.
- path: ".github/workflows/**/*.yml"
instructions: |
Verify GitHub Actions syntax, npm cache usage, least-privilege permissions, and that CI covers Node 18, 20, and 22 on both push and pull_request events.
- path: "action.yml"
instructions: |
Treat action.yml as a public interface. Flag breaking changes to inputs, outputs, defaults, or documentation drift.
auto_review:
enabled: true
auto_incremental_review: true
drafts: false
tools:
eslint:
enabled: false
actionlint:
enabled: true
github-checks:
enabled: true
markdownlint:
enabled: true