We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e28e4f commit 78a9172Copy full SHA for 78a9172
1 file changed
.coderabbit.yaml
@@ -3,12 +3,19 @@ language: en-US
3
4
reviews:
5
profile: chill
6
+ review_status: false
7
+ enable_prompt_for_ai_agents: false
8
9
auto_review:
10
enabled: true # initial PR-open review
11
auto_incremental_review: false # no re-run on every push
12
13
path_instructions:
14
+ - path: "**/*"
15
+ instructions: |
16
+ IMPORTANT: Only comment on code that is within this PR’s diff (changed lines / files).
17
+ Do not add feedback that requires commenting outside the diff range.
18
+
19
- path: "src/**/*.fpp"
20
instructions: |
21
Fortran source (Fypp-preprocessed). Follow the coding standards in
0 commit comments