-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcoderabbit.yaml
More file actions
34 lines (31 loc) · 1.06 KB
/
coderabbit.yaml
File metadata and controls
34 lines (31 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
language: 'en'
early_access: false
reviews:
request_changes_workflow: true
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
path_filters:
- '!**/.xml'
path_instructions:
- path: '**/*.js'
instructions: 'Review the JavaScript code for conformity with the Google JavaScript style guide, highlighting any deviations.'
- path: '**/*.ts'
instructions: |
Review the JavaScript code for conformity with the Google JavaScript style guide, highlighting any deviations. Ensure that:
- The code adheres to best practices associated with nodejs.
- The code adheres to best practices associated with nestjs framework.
- The code adheres to best practices recommended for performance.
- The code adheres to similar naming conventions for controllers, models, services, methods, variables.
auto_review:
enabled: true
ignore_title_keywords:
- 'WIP'
- 'DO NOT MERGE'
drafts: false
base_branches:
- 'main'
- 'release-1.0.0'
chat:
auto_reply: true