-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
64 lines (54 loc) · 2 KB
/
.coderabbit.yaml
File metadata and controls
64 lines (54 loc) · 2 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: en-US
reviews:
profile: chill
# Hide the “Review skipped / Draft detected” status message
review_status: false
# Remove the “Prompt for all review comments with AI agents” block
enable_prompt_for_ai_agents: false
# Disable extra/non-default summary sections
high_level_summary: false
related_issues: false
sequence_diagrams: false
changed_files_summary: false
# Further reduce walkthrough noise (footer itself isn't currently configurable)
collapse_walkthrough: true
review_details: false
estimate_code_review_effort: false
assess_linked_issues: false
related_prs: false
suggested_labels: false
suggested_reviewers: false
in_progress_fortune: false
poem: false
# Remove "Finishing Touches" section content
finishing_touches:
docstrings:
enabled: false
unit_tests:
enabled: false
auto_review:
enabled: true # initial PR-open review
auto_incremental_review: false # no re-run on every push
path_instructions:
- path: "**/*"
instructions: |
IMPORTANT: Only comment on code that is within this PR’s diff (changed lines / files).
Do not add feedback that requires commenting outside the diff range.
- path: "src/**/*.fpp"
instructions: |
Fortran source (Fypp-preprocessed). Follow the coding standards in
docs/documentation/contributing.md and the GPU macro API in
docs/documentation/gpuParallelization.md and the coding standards in
docs/documentation/contributing.md.
- path: "toolchain/**/*.py"
instructions: |
Python toolchain code. Follow PEP 8. Requires Python 3.10+;
do not suggest __future__ imports or backwards-compatibility shims.
knowledge_base:
code_guidelines:
enabled: true
filePatterns:
- "docs/documentation/contributing.md"
- "docs/documentation/gpuParallelization.md"
- ".github/copilot-instructions.md"